Skip to content

Commit

Permalink
Add time machine line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Hatami committed Jun 26, 2020
1 parent 93295c1 commit b15ce08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/View/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Main extends Application {
public static void main(String[] args) {
HibernateUtil.startUtil();
TimeMachine timeMachine = new TimeMachine();
//new Thread(timeMachine).start();
new Thread(timeMachine).start();
try {
launch(args);
}catch (Exception e){
Expand All @@ -40,7 +40,7 @@ public static void main(String[] args) {

@Override
public void start(Stage stage) throws Exception {
//SoundCenter.background();
SoundCenter.background();
window = stage;
loadLogo();
try {
Expand Down

0 comments on commit b15ce08

Please sign in to comment.