Changed name of the settings frame to SettingsFrame.
This commit is contained in:
@ -116,7 +116,7 @@ public class Main {
|
||||
settingsBtn.addActionListener(new ActionListener(){
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
Settings.start();
|
||||
SettingsFrame.start();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user