adidas
2011-10-02 21:32:54

G44036

▼ more
remove tag list algorithm
2011-09-28 12:24:49

if(removeTagWithItsContentList.isSelectionEmpty()){

return;

}

String[] newRemoveTagListModel = new String[removeTagWithItsContentList.getModel().getSize()-removeTagWithItsContentList.getSelectedIndices().length];

for(int i=0,j=0,k=0;j

if(i

i++;

continue;

}

newRemoveTagListModel[j] = removeTagWithItsContentList.getModel().getElementAt(k).toString();

j++;

}

removeTagWithItsContentList.setModel(new DefaultComboBoxModel(newRemoveTagListModel));

removeTagWithItsContentList.repaint();

▼ more
관악으로
2011-09-26 14:06:02

1시 4분 출발

2시 4분 낙성대 도착

2시 30분 공학관 도착

▼ more
bamdobjectlib
2011-09-26 13:32:37

http://www.codeproject.com/KB/shell/dotnetbandobjects.aspx

▼ more