ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
(Generate patch)

Comparing java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java (file contents):
Revision 886 by alloc, Mon Jun 24 18:06:11 2013 UTC vs.
Revision 892 by alloc, Mon Jun 24 23:35:55 2013 UTC

# Line 116 | Line 116 | public class MainWin extends JFrame impl
116          private JRadioButton radOnline;
117          private JRadioButton radLocal;
118          private JRadioButton radInstalled;
119        private JButton btnShowHelp;
119          private JTextField txtShowFilter;
120          private JComboBox cmbShowFilterTo;
121          private JScrollPane scrollMods;
# Line 162 | Line 161 | public class MainWin extends JFrame impl
161                  if (PlatformInformation.getPlatform() == Platform.MACOS) {
162                          mainMenu.setVisible(false);
163                  } else {
165                        btnShowHelp.setVisible(false);
164                  }
165  
166                  ToolTipManager.sharedInstance().setInitialDelay(250);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)