Skip to content

Commit

Permalink
Updating the splash icon!
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jan 8, 2025
1 parent 489a8ca commit e8d7e22
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BowlerStudio
15 changes: 15 additions & 0 deletions src/main/java/com/commonwealthrobotics/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
package com.commonwealthrobotics;

import java.awt.Color;
import java.awt.GraphicsEnvironment;
import java.io.File;
import java.io.IOException;
Expand Down Expand Up @@ -122,6 +123,20 @@ public static void main(String[] args) {
}
}
PsudoSplash.setResource(Main.class.getResource("SourceIcon.png"));
PsudoSplash.setTrayIcon(Main.class.getResource("CADoodle-Icon.png"));

PsudoSplash.setTextColor(Color.BLACK);
PsudoSplash.setVersionX(700);
PsudoSplash.setVersionY(120);


PsudoSplash.setLogX(500);
PsudoSplash.setLogY(400);

PsudoSplash.setMessageX(500);
PsudoSplash.setMessageY(250);


SplashManager.renderSplashFrame(1, "Main Window Show");
setUpApprovalWindow();
ScriptingEngine.setAppName("CaDoodle");
Expand Down

0 comments on commit e8d7e22

Please sign in to comment.