| # | Line 85 | Line 85 | public class MainWin extends JFrame impl | |
|---|---|---|
| 85 | DownloadSizeListener { | |
| 86 | private static final long serialVersionUID = -4027395051382659650L; | |
| 87 | ||
| 88 | < | private ResourceBundle bundle = ResourceBundle.getBundle(getClass() |
| 89 | < | .getName()); |
| 88 | > | private ResourceBundle bundle = ResourceBundle |
| 89 | > | .getBundle("net.oni2.aeinstaller.localization." |
| 90 | > | + getClass().getSimpleName()); |
| 91 | @SuppressWarnings("unused") | |
| 92 | private BuildResult result = SwingJavaBuilder.build(this, bundle); | |
| 93 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |