• 2024-05-15【Swing】JComboBox
    JComboBoxString[]moduleArray=newString[]{"苹果","香蕉","葡萄"}JComboBoxmoduleComboBox=newJComboBox<>(moduleArray);moduleComboBox.addActionListener(e->{Stringmodule=(String)moduleComboBox.getSelectedI