Author: tchemit Date: 2013-10-03 01:23:38 +0200 (Thu, 03 Oct 2013) New Revision: 2733 Url: http://nuiton.org/projects/jaxx/repository/revisions/2733 Log: fixes #2866: [BeanDoublieList] Add a beforeFilter zone (to add some stuff from outised) Modified: trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/BeanDoubleList.jaxx Modified: trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/BeanDoubleList.jaxx =================================================================== --- trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/BeanDoubleList.jaxx 2013-10-02 22:19:14 UTC (rev 2732) +++ trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/BeanDoubleList.jaxx 2013-10-02 23:23:38 UTC (rev 2733) @@ -102,6 +102,11 @@ <row> <cell columns='3' fill='both'> + <JPanel layout='{new BorderLayout()}' id='beforeFilterPanel'/> + </cell> + </row> + <row> + <cell columns='3' fill='both'> <JPanel layout='{new BorderLayout()}' id='filterPanel'> <JPanel layout='{new BorderLayout()}' constraints='BorderLayout.WEST'> <JLabel id='filterFieldLabel' constraints='BorderLayout.WEST'/>