Changeset 4415
- Timestamp:
- Feb 20, 2013, 4:25:49 PM (10 years ago)
- Location:
- trunk/client/ftpd/src/se/lu/thep/coreftpd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/ftpd/src/se/lu/thep/coreftpd/common/JFolderChooser.java
r1916 r4415 108 108 * Choose which folder shall be listed. 109 109 */ 110 @SuppressWarnings("unchecked") 110 111 public void setNewPath(String argLocation) { 111 112 s_location = argLocation; -
trunk/client/ftpd/src/se/lu/thep/coreftpd/webserver/MenuOptions.java
r1916 r4415 131 131 private JTextField JTF_connectionsField; 132 132 133 @SuppressWarnings("unchecked") 133 134 public MenuOptions(ProgramWindow argProgramWindow) { 134 135 defaultFont = GUIMethods.defaultFont; … … 266 267 } 267 268 269 @SuppressWarnings("unchecked") 268 270 public void addIPToList(HitStatistic hit) { 269 271 DLM_listWithAllIPConnected.addElement(hit); … … 590 592 } 591 593 594 @SuppressWarnings("unchecked") 592 595 private void initSwingButtons() { 593 596 DLM_listWithAllIPConnected = new DefaultListModel();
Note: See TracChangeset
for help on using the changeset viewer.