splash fixes

This commit is contained in:
2025-02-23 16:32:46 -06:00
parent 889e99f301
commit b1f38400c3
2 changed files with 12 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
<grid id="27dc6" binding="frameContainer" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="20" y="20" width="772" height="489"/>
<xy x="20" y="20" width="772" height="129"/>
</constraints>
<properties>
<background color="-2271221"/>
@@ -14,7 +14,7 @@
<margin top="0" left="8" bottom="0" right="8"/>
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false">
<minimum-size width="-1" height="80"/>
<minimum-size width="-1" height="20"/>
<preferred-size width="-1" height="80"/>
<maximum-size width="-1" height="80"/>
</grid>
@@ -22,6 +22,7 @@
<properties>
<background color="-15128227"/>
<focusable value="false"/>
<font size="8"/>
<foreground color="-1"/>
</properties>
<border type="none"/>
@@ -42,6 +43,7 @@
</constraints>
<properties>
<focusable value="false"/>
<font size="10"/>
<foreground color="-1"/>
<text value="© 2025 Canithesis Interactive"/>
</properties>
@@ -51,6 +53,7 @@
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="6" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<font size="10"/>
<foreground color="-1"/>
<text value="This program is not endorsed by Sony Computer Entertainment."/>
</properties>
@@ -73,6 +76,7 @@
</constraints>
<properties>
<focusable value="false"/>
<font size="10"/>
<foreground color="-1"/>
<text value="https://screwgravity.net/firestar/"/>
</properties>
@@ -82,6 +86,7 @@
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="5" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<font size="10"/>
<foreground color="-1"/>
<text value="Developed and GNU'd by bonkmaykr. FScript thanx to Wirlaburla"/>
</properties>
@@ -90,33 +95,16 @@
</grid>
</children>
</grid>
<grid id="5e1f4" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<component id="19b7a" class="javax.swing.JLabel" binding="splashImg">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false">
<minimum-size width="640" height="400"/>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false">
<preferred-size width="640" height="400"/>
<maximum-size width="640" height="400"/>
</grid>
</constraints>
<properties>
<focusable value="false"/>
<opaque value="false"/>
<text value=""/>
</properties>
<border type="none"/>
<children>
<component id="19b7a" class="javax.swing.JLabel" binding="splashImg">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false">
<preferred-size width="640" height="400"/>
</grid>
</constraints>
<properties>
<text value=""/>
</properties>
</component>
</children>
</grid>
</component>
</children>
</grid>
</form>

View File

@@ -41,7 +41,7 @@ public class Beaker {
splashImg.setIcon(new ImageIcon(logo));splashImg.setText("");
// display window
frame.setSize(640, 480);
frame.setSize(640, 450);
frame.setTitle("Firestar Mod Manager");
frame.setUndecorated(true);
frame.setResizable(false);