Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
rm fully rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
exoad committed Jun 1, 2023
1 parent afb5d06 commit cfbc4db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author Jack Meng
*/
public class jm_ColorPalette
public class jm_Prismix
{

public static final long _VERSION_ = 2023_05_01L; // YYYY_MM_DD of the closest month
Expand Down
2 changes: 1 addition & 1 deletion pkg/src/com/jackmeng/prismix/ux/gui_Container.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import javax.swing.*;

import com.jackmeng.prismix._1const;
import com.jackmeng.prismix.jm_ColorPalette;
import com.jackmeng.prismix.jm_Prismix;
import com.jackmeng.prismix.use_Maker;
import com.jackmeng.prismix.stl.extend_stl_Colors;
import com.jackmeng.stl.stl_Colors;
Expand Down
4 changes: 2 additions & 2 deletions pkg/src/com/jackmeng/prismix/ux/gui_Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import javax.swing.*;

import com.jackmeng.prismix._1const;
import com.jackmeng.prismix.jm_ColorPalette;
import com.jackmeng.prismix.jm_Prismix;

import static com.jackmeng.prismix.use_Maker.*;

Expand All @@ -26,7 +26,7 @@ public gui_Main()

bar = new JMenuBar();

setTitle("Prismix ~ exoad (build_" + jm_ColorPalette._VERSION_ + ")");
setTitle("Prismix ~ exoad (build_" + jm_Prismix._VERSION_ + ")");
setIconImage(_1const.fetcher.image("assets/_icon.png"));
wrapper.setPreferredSize(getPreferredSize());
wrapper.add(bar, BorderLayout.NORTH);
Expand Down

0 comments on commit cfbc4db

Please sign in to comment.