刪除元素我嘗試的jList刪除選定的元素,並獲得例外: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 1 >= 0
at java.util.Vector.elementAt(Vector.java:447)
at javax.swing.DefaultLis
的selectedProducts矢量是totalProducts(意味着selectedProducts包含一個,多個或所有元件從totalProducts)一個子矢量。我想要的是將這兩個向量組合起來,並製作一個單獨的JList,其中包含來自totalProducts的所有元素,並且selectedProducts的元素已選擇選中。 我的嘗試: Vector<Integer> indices =