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"> <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"/> <margin top="0" left="0" bottom="0" right="0"/>
<constraints> <constraints>
<xy x="20" y="20" width="772" height="489"/> <xy x="20" y="20" width="772" height="129"/>
</constraints> </constraints>
<properties> <properties>
<background color="-2271221"/> <background color="-2271221"/>
@@ -14,7 +14,7 @@
<margin top="0" left="8" bottom="0" right="8"/> <margin top="0" left="8" bottom="0" right="8"/>
<constraints> <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"> <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"/> <preferred-size width="-1" height="80"/>
<maximum-size width="-1" height="80"/> <maximum-size width="-1" height="80"/>
</grid> </grid>
@@ -22,6 +22,7 @@
<properties> <properties>
<background color="-15128227"/> <background color="-15128227"/>
<focusable value="false"/> <focusable value="false"/>
<font size="8"/>
<foreground color="-1"/> <foreground color="-1"/>
</properties> </properties>
<border type="none"/> <border type="none"/>
@@ -42,6 +43,7 @@
</constraints> </constraints>
<properties> <properties>
<focusable value="false"/> <focusable value="false"/>
<font size="10"/>
<foreground color="-1"/> <foreground color="-1"/>
<text value="© 2025 Canithesis Interactive"/> <text value="© 2025 Canithesis Interactive"/>
</properties> </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"/> <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> </constraints>
<properties> <properties>
<font size="10"/>
<foreground color="-1"/> <foreground color="-1"/>
<text value="This program is not endorsed by Sony Computer Entertainment."/> <text value="This program is not endorsed by Sony Computer Entertainment."/>
</properties> </properties>
@@ -73,6 +76,7 @@
</constraints> </constraints>
<properties> <properties>
<focusable value="false"/> <focusable value="false"/>
<font size="10"/>
<foreground color="-1"/> <foreground color="-1"/>
<text value="https://screwgravity.net/firestar/"/> <text value="https://screwgravity.net/firestar/"/>
</properties> </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"/> <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> </constraints>
<properties> <properties>
<font size="10"/>
<foreground color="-1"/> <foreground color="-1"/>
<text value="Developed and GNU'd by bonkmaykr. FScript thanx to Wirlaburla"/> <text value="Developed and GNU'd by bonkmaykr. FScript thanx to Wirlaburla"/>
</properties> </properties>
@@ -90,33 +95,16 @@
</grid> </grid>
</children> </children>
</grid> </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"> <component id="19b7a" class="javax.swing.JLabel" binding="splashImg">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints> <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"> <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">
<minimum-size width="640" height="400"/>
<preferred-size width="640" height="400"/> <preferred-size width="640" height="400"/>
<maximum-size width="640" height="400"/>
</grid> </grid>
</constraints> </constraints>
<properties> <properties>
<focusable value="false"/> <text value=""/>
<opaque value="false"/>
</properties> </properties>
<border type="none"/> </component>
<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>
</children> </children>
</grid> </grid>
</form> </form>

View File

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