home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / kepler / kepler.jar / TextDrawPanel$FL.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-12-04  |  697 b   |  23 lines

  1. import java.awt.Color;
  2. import java.awt.event.FocusAdapter;
  3. import java.awt.event.FocusEvent;
  4.  
  5. class TextDrawPanel$FL extends FocusAdapter {
  6.    // $FF: synthetic field
  7.    private final TextDrawPanel this$0;
  8.  
  9.    TextDrawPanel$FL(TextDrawPanel var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public void focusGained(FocusEvent var1) {
  14.       this.this$0.borderColor = Color.black;
  15.       this.this$0.repaint();
  16.    }
  17.  
  18.    public void focusLost(FocusEvent var1) {
  19.       this.this$0.borderColor = this.this$0.background;
  20.       this.this$0.repaint();
  21.    }
  22. }
  23.