Refactor FirstRun to License
This commit is contained in:
parent
52030abb0d
commit
0862347ee3
@ -62,12 +62,12 @@ import static net.apocalypselabs.symat.MainGUI.API_URL;
|
||||
*
|
||||
* @author Skylar
|
||||
*/
|
||||
public class FirstRun extends javax.swing.JInternalFrame {
|
||||
public class License extends javax.swing.JInternalFrame {
|
||||
|
||||
/**
|
||||
* Creates new form FirstRun
|
||||
*/
|
||||
public FirstRun() {
|
||||
public License() {
|
||||
initComponents();
|
||||
}
|
||||
|
@ -176,7 +176,7 @@ public class MainGUI extends javax.swing.JFrame {
|
||||
}
|
||||
if (!licValid) {
|
||||
licenseRestrict(true);
|
||||
loadFrame(new FirstRun());
|
||||
loadFrame(new License());
|
||||
loaded = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user