| # | 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); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |