@@ -71,7 +71,7 @@ public void mouseReleased(java.awt.event.MouseEvent evt) {
71
71
72
72
subtitle_label .setFont (new java .awt .Font ("Dialog" , 1 , 18 )); // NOI18N
73
73
subtitle_label .setForeground (new java .awt .Color (102 , 102 , 102 ));
74
- subtitle_label .setText ("( Made with love by tonikelope) " );
74
+ subtitle_label .setText ("Made with love (and with no warranty) by tonikelope. " );
75
75
subtitle_label .setDoubleBuffered (true );
76
76
77
77
mc_logo_label .setIcon (new javax .swing .ImageIcon (getClass ().getResource ("/megabasterd/mega_crypter.png" ))); // NOI18N
@@ -83,7 +83,7 @@ public void mouseReleased(java.awt.event.MouseEvent evt) {
83
83
}
84
84
});
85
85
86
- mcdown_url_button .setFont (new java .awt .Font ("Dialog" , 1 , 18 )); // NOI18N
86
+ mcdown_url_button .setFont (new java .awt .Font ("Dialog" , 1 , 14 )); // NOI18N
87
87
mcdown_url_button .setText ("Copy MegaBasterd download URL" );
88
88
mcdown_url_button .setDoubleBuffered (true );
89
89
mcdown_url_button .addActionListener (new java .awt .event .ActionListener () {
@@ -127,14 +127,6 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
127
127
.addGroup (layout .createSequentialGroup ()
128
128
.addContainerGap ()
129
129
.addGroup (layout .createParallelGroup (javax .swing .GroupLayout .Alignment .LEADING )
130
- .addGroup (javax .swing .GroupLayout .Alignment .TRAILING , layout .createSequentialGroup ()
131
- .addComponent (subtitle_label )
132
- .addGap (0 , 0 , Short .MAX_VALUE ))
133
- .addGroup (javax .swing .GroupLayout .Alignment .TRAILING , layout .createSequentialGroup ()
134
- .addGap (0 , 0 , Short .MAX_VALUE )
135
- .addGroup (layout .createParallelGroup (javax .swing .GroupLayout .Alignment .LEADING )
136
- .addComponent (mcdown_url_button , javax .swing .GroupLayout .Alignment .TRAILING )
137
- .addComponent (check_version_button , javax .swing .GroupLayout .Alignment .TRAILING )))
138
130
.addGroup (layout .createSequentialGroup ()
139
131
.addComponent (made_in_spain_label )
140
132
.addPreferredGap (javax .swing .LayoutStyle .ComponentPlacement .RELATED , javax .swing .GroupLayout .DEFAULT_SIZE , Short .MAX_VALUE )
@@ -144,7 +136,14 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
144
136
.addComponent (pica_roja_label )
145
137
.addGap (18 , 18 , 18 )
146
138
.addComponent (mc_logo_label ))))
147
- .addComponent (title_label , javax .swing .GroupLayout .DEFAULT_SIZE , 546 , Short .MAX_VALUE ))
139
+ .addComponent (title_label , javax .swing .GroupLayout .DEFAULT_SIZE , javax .swing .GroupLayout .DEFAULT_SIZE , Short .MAX_VALUE )
140
+ .addGroup (layout .createSequentialGroup ()
141
+ .addComponent (subtitle_label )
142
+ .addGap (0 , 0 , Short .MAX_VALUE ))
143
+ .addGroup (layout .createSequentialGroup ()
144
+ .addComponent (mcdown_url_button )
145
+ .addPreferredGap (javax .swing .LayoutStyle .ComponentPlacement .RELATED , javax .swing .GroupLayout .DEFAULT_SIZE , Short .MAX_VALUE )
146
+ .addComponent (check_version_button )))
148
147
.addContainerGap ())
149
148
);
150
149
layout .setVerticalGroup (
@@ -155,9 +154,9 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
155
154
.addPreferredGap (javax .swing .LayoutStyle .ComponentPlacement .RELATED )
156
155
.addComponent (subtitle_label )
157
156
.addPreferredGap (javax .swing .LayoutStyle .ComponentPlacement .UNRELATED )
158
- .addComponent ( mcdown_url_button )
159
- . addPreferredGap ( javax . swing . LayoutStyle . ComponentPlacement . RELATED )
160
- .addComponent (check_version_button )
157
+ .addGroup ( layout . createParallelGroup ( javax . swing . GroupLayout . Alignment . BASELINE )
158
+ . addComponent ( mcdown_url_button )
159
+ .addComponent (check_version_button ) )
161
160
.addPreferredGap (javax .swing .LayoutStyle .ComponentPlacement .RELATED )
162
161
.addGroup (layout .createParallelGroup (javax .swing .GroupLayout .Alignment .TRAILING )
163
162
.addComponent (made_in_spain_label )
0 commit comments