Skip to content

Commit

Permalink
Patch to ver.0.4.1-Alpha (#24)
Browse files Browse the repository at this point in the history
* New Side story Pack, and Partner added.

* Adjust chkbox place

* Increment Version to 0.4.1-Alpha
  • Loading branch information
hizumiaoba authored May 14, 2021
1 parent c3b509d commit 216d031
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/ArcaeaCalculationTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ArcaeaCalculationTools extends JFrame {
* Serial Wrote at 20200/06/17
*/
private static final long serialVersionUID = 1796950740947109175L;
private static final String VERSION = "Ver.0.4.0-Alpha";
private static final String VERSION = "Ver.0.4.1-Alpha";
public static final String[] PACK_NAME = {
"MemoryArchive",
"Arcaea",
Expand All @@ -42,6 +42,7 @@ public class ArcaeaCalculationTools extends JFrame {
"Luminous_Sky",
"Adverse_Prelude",
"Black_Fate",
"Esoteric Order",
"Ephemeral_Page",
"Sunset_Radiance",
"Absolute_Reason",
Expand Down Expand Up @@ -80,6 +81,7 @@ public class ArcaeaCalculationTools extends JFrame {
"Luna&Mia",
"Alice&Tenniel",
"Sia",
"Lagrange",
"Stella",
"Ilith",
"Shirabe",
Expand Down Expand Up @@ -997,9 +999,9 @@ public void actionPerformed(ActionEvent e) {
comboBox_2.setBounds(721, 257, 145, 21);
Performance.add(comboBox_2);

chkboxTrackComplete = new JCheckBox("完走");
chkboxTrackComplete = new JCheckBox("クリア");
chkboxTrackComplete.setFont(new Font("UD デジタル 教科書体 NK-B", Font.PLAIN, 14));
chkboxTrackComplete.setBounds(1167, 257, 53, 25);
chkboxTrackComplete.setBounds(1100, 255, 60, 25);
Performance.add(chkboxTrackComplete);

textField = new JTextField();
Expand Down

0 comments on commit 216d031

Please sign in to comment.