topPanel.add(new LocalizedJLabel(mainViewMessages, "rp"));
this.RPBalance = new LocalizedJLabel();
topPanel.add(this.RPBalance);
this.customGameButton = new LocalizedJButton(mainViewMessages, "custom games");
topPanel.add(this.customGameButton);
this.profileButton = new LocalizedJButton(mainViewMessages, "profile");
topPanel.add(this.profileButton);
this.championsButton = new LocalizedJButton(mainViewMessages, "champions");
topPanel.add(this.championsButton);
this.storeButton = new LocalizedJButton(mainViewMessages, "store");
topPanel.add(this.storeButton);
this.launch = new LocalizedJButton(mainViewMessages,"launch lol");
topPanel.add(this.launch);
this.add(topPanel, BorderLayout.NORTH);
this.setVisible(true);