/[classpath]/classpath/gnu/java/awt/peer/gtk/GtkDialogPeer.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GtkDialogPeer.java

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

revision 1.28 by langel, Mon Sep 26 15:20:00 2005 UTC revision 1.29 by rabbit78, Tue Oct 25 15:33:31 2005 UTC
# Line 94  public class GtkDialogPeer extends GtkWi Line 94  public class GtkDialogPeer extends GtkWi
94          Class heavyWeightClass;          Class heavyWeightClass;
95          try          try
96            {            {
97              heavyWeightClass = JPopupMenu.class.              heavyWeightClass = Class.forName("javax.swing.Popup$JWindowPopup");
                     forName("javax.swing.JPopupMenu$HeavyWeightPopup");  
98            }            }
99          catch (ClassNotFoundException e)          catch (ClassNotFoundException e)
100            {            {

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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