Skip to content

Commit

Permalink
Corre el JComboBox para centrar el texto
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezee1015 committed Nov 26, 2022
1 parent d79107a commit d700ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Truco_Java/src/truco_java/Sesion.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public Sesion (Truco_Java menu) throws IOException {
usuariosText.setForeground(Color.WHITE);
usuariosText.setVisible(true);
fondo.add(usuariosText);
comboBoxUsu.setBounds(50,155,400,30);
// comboBoxUsu.setBounds(50,155,400,30);
comboBoxUsu.setBounds(50,155,415,30);
comboBoxUsu.setFont(new Font("Arial", Font.BOLD, 16));
comboBoxUsu.setForeground(Color.white);
// Hace el comboBox transparente
Expand Down

0 comments on commit d700ddb

Please sign in to comment.