// Create the cboSelectGroup, and add it to the navigation panel:
//String[] strDefaults = {"Defaults"};
//cboSelectGroup = new JComboBox(strDefaults);Public Class Form1
cboSelectGroup.setPreferredSize(new Dimension(150, 40));
cboSelectGroup.setMinimumSize(new Dimension(150, 40));
cboSelectGroup.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
btnImagesActionPerformed(evt);
}
});
tbuchli 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.