我有3個類。 ImpAppModel: /* String array for saving members in the friendlist*/
public ArrayList<String> friendList = new ArrayList(10);
/**
* Method for retrieving elements (added friends) in the arra
由於某種原因,當我嘗試的元素添加到ListModel,我不斷收到此錯誤: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 1 >= 1 這是代碼,它發生在塊: if (shoppingCart.getModel().getSize() > 0)
{
for (int i
我想水平地在一行上排列JList,並讓它只能水平滾動。我發現list.setLayoutOrientation(JList.VERTICAL_WRAP);如果有足夠的物品,它會很好地工作。但是,當列表需要滾動時,滾動條會覆蓋列表的最後(也是唯一)一行,所以根本看不到它。我怎樣才能防止這一點? 我的測試代碼: JList<String> list = new JList<>("TIVFBJPAVUO