/[classpath]/classpath/javax/swing/plaf/basic/BasicOptionPaneUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicOptionPaneUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by rabbit78, Wed Oct 12 12:10:00 2005 UTC revision 1.27 by rabbit78, Tue Oct 18 22:10:32 2005 UTC
# Line 141  public class BasicOptionPaneUI extends O Line 141  public class BasicOptionPaneUI extends O
141                                                                                optionPane);                                                                                optionPane);
142        if (inf != null)        if (inf != null)
143          {          {
144            try            try
145              {              {
146                inf.setClosed(true);                inf.setClosed(true);
147              }              }
148            catch (PropertyVetoException pve)            catch (PropertyVetoException pve)
149              {              {
150              }                // We do nothing if attempt has been vetoed.
151                }
152          }          }
153      }      }
154    }    }
# Line 526  public class BasicOptionPaneUI extends O Line 527  public class BasicOptionPaneUI extends O
527       */       */
528      public void paintIcon(Component c, Graphics g, int x, int y)      public void paintIcon(Component c, Graphics g, int x, int y)
529      {      {
530          // Nothing to do here.
531      }      }
532    }    }
533    
# Line 645  public class BasicOptionPaneUI extends O Line 647  public class BasicOptionPaneUI extends O
647     */     */
648    public BasicOptionPaneUI()    public BasicOptionPaneUI()
649    {    {
650        // Nothing to do here.
651    }    }
652    
653    /**    /**

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26