Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Apr 19, 2017
1 parent 79152e8 commit da5799b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KeysPerSecond/src/me/roan/kps/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ public void setValueAt(Object value, int row, int col){
* when the program fails the load its resources
*/
protected static final void buildGUI() throws IOException {
content.setComponentPopupMenu(Menu.menu);
Menu.createMenu();
frame.setResizable(false);
frame.setIconImage(ImageIO.read(ClassLoader.getSystemResource("kps.png")));
Expand Down

0 comments on commit da5799b

Please sign in to comment.