home *** CD-ROM | disk | FTP | other *** search
- package com.sfs.iavazip;
-
- import java.awt.BorderLayout;
- import java.awt.Insets;
-
- class ViewerPanel$1 extends BorderLayout {
- // $FF: synthetic field
- final ViewerPanel this$0;
-
- public Insets getInsets() {
- return new Insets(10, 10, 10, 10);
- }
-
- ViewerPanel$1(ViewerPanel var1) {
- this.this$0 = var1;
- }
- }
-