Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JCombo ボックスからオブジェクトのリストを取得しようとしています
提案されました
private JComboBox<Object> levelComboBox; levelComboBox = new JComboBox<Object>(logLevel); levelComboBox.setEnabled(false);
しかし、私は混乱していますこれはオブジェクトの配列リストですか、それとも本当に Object クラスへの参照ですか? ありがとう