Changeset 1876
- Timestamp:
- 05/14/09 12:04:55 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jmatter-complet/trunk/modules/swingvm/src/com/u2d/view/swing/list/CommandsIconButtonView.java
r1818 r1876 36 36 { 37 37 super(); 38 setLayout(new FlowLayout(FlowLayout.LEADING));39 38 setOpaque(false); 40 39 Border border = BorderFactory.createEtchedBorder(EtchedBorder.LOWERED); jmatter-complet/trunk/modules/swingvm/src/com/u2d/view/swing/list/JListView.java
r1865 r1876 187 187 return; 188 188 189 if ( (_leo instanceof RelationalList && !((IndexedField) _leo.field()).ownsChildren()))189 if ( (_leo instanceof RelationalList) && !((IndexedField) _leo.field()).ownsChildren() ) 190 190 { 191 191 RelationalList rl = (RelationalList) _leo;
