functioning
This commit is contained in:
parent
d82ceb2e53
commit
ed1e0ec946
1 changed files with 33 additions and 35 deletions
|
@ -16,9 +16,6 @@ public class LoadMenu {
|
|||
|
||||
public void onLoad() {
|
||||
|
||||
boolean running = true;
|
||||
int time = 0;
|
||||
|
||||
Dimension dim = Toolkit.getDefaultToolkit().getScreenSize();
|
||||
|
||||
load.setMinimum(0);
|
||||
|
@ -53,6 +50,7 @@ public class LoadMenu {
|
|||
|
||||
loadwindow.add(load);
|
||||
|
||||
}
|
||||
|
||||
static int index = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue