home *** CD-ROM | disk | FTP | other *** search
- package programinfo;
-
- import java.awt.event.ComponentAdapter;
- import java.awt.event.ComponentEvent;
-
- class ProgramInfo$1 extends ComponentAdapter {
- // $FF: synthetic field
- private final ProgramInfo this$0;
-
- ProgramInfo$1(ProgramInfo this$0) {
- this.this$0 = this$0;
- }
-
- public void componentMoved(ComponentEvent e) {
- e.getComponent().getLocation(ProgramInfo.access$000(this.this$0));
- }
-
- public void componentResized(ComponentEvent e) {
- e.getComponent().getSize(ProgramInfo.access$100(this.this$0));
- }
- }
-