1. [SOLVED] how to align JTextFiels[dimension] and JComboBox[dimension] java-forums.orgHi i whould to ask if somebody knows some method or some modality to align JTextFields[dimension] and JComboBox[dimension] that have tha same dimension I put my code with the issue that put JTextField-ies and JComboBox column: package grafica; import java.util.ArrayList; import java.awt.GridBagLayout; import javax.swing.Box; import javax.swing.BoxLayout; import javax.swing.ButtonGroup; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JRadioButton; import javax.swing.JTextField; import javax.swing.JComboBox; import Gestione.*; public ... |