Revision 12592 trunk/libraries/libUIComponent/src-test-ui/org/gvsig/gui/beans/listview/TestListView.java

View differences:

TestListView.java
55 55
		jScrollPane = new JScrollPane();
56 56

  
57 57
		listViewComponent = new ListViewComponent();
58
		listViewComponent.setEditable(true);
58 59
		jScrollPane.setViewportView(listViewComponent);
59 60

  
60 61
		for (int i=0; i<100; i++) {

Also available in: Unified diff