@@ -201,7 +201,7 @@ public void actionPerformed(ActionEvent arg0) {
201201 btnAColor .setForeground (JColorChooser .showDialog (btnAColor , "Select a Background Color" , btnAColor .getForeground ()));
202202 }
203203 });
204- btnAColor .setForeground (new Color (254 , 25 , 24 ));
204+ btnAColor .setForeground (new Color (208 , 0 , 0 ));
205205 contentPane .add (btnAColor );
206206
207207 btnTColor = new JButton ("T Color" );
@@ -212,7 +212,7 @@ public void actionPerformed(ActionEvent e) {
212212 }
213213 });
214214 sl_contentPane .putConstraint (SpringLayout .WEST , btnTColor , 6 , SpringLayout .EAST , btnAColor );
215- btnTColor .setForeground (new Color (50 , 204 , 60 ));
215+ btnTColor .setForeground (new Color (0 , 208 , 0 ));
216216 contentPane .add (btnTColor );
217217
218218 btnGColor = new JButton ("G Color" );
@@ -223,7 +223,7 @@ public void actionPerformed(ActionEvent e) {
223223 }
224224 });
225225 sl_contentPane .putConstraint (SpringLayout .WEST , btnGColor , 6 , SpringLayout .EAST , btnTColor );
226- btnGColor .setForeground (new Color (252 , 252 , 80 ));
226+ btnGColor .setForeground (new Color (255 , 180 , 0 ));
227227 contentPane .add (btnGColor );
228228
229229 btnCColor = new JButton ("C Color" );
@@ -234,7 +234,7 @@ public void actionPerformed(ActionEvent e) {
234234 }
235235 });
236236 sl_contentPane .putConstraint (SpringLayout .WEST , btnCColor , 6 , SpringLayout .EAST , btnGColor );
237- btnCColor .setForeground (new Color (43 , 49 , 246 ));
237+ btnCColor .setForeground (new Color (0 , 0 , 208 ));
238238 contentPane .add (btnCColor );
239239
240240 btnNColor = new JButton ("N Color" );
0 commit comments