Searched refs:MED_GAP (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ |
H A D | ScriptSelector.java | 63 private static final int MED_GAP = 5; field in ScriptSelector 103 new JPanel(new GridLayout(2, 1, MED_GAP, MED_GAP)); in show() 109 new JPanel(new GridLayout(3, 1, MED_GAP, MED_GAP)); in show() 164 JPanel mainPanel = new JPanel(new BorderLayout(MED_GAP, MED_GAP)); in show()
|
/aoo42x/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 63 private static final int MED_GAP = 5; field in ScriptSelector 96 new JPanel(new GridLayout(2, 1, MED_GAP, MED_GAP)); in showOrganizer() 108 new JPanel(new GridLayout(3, 1, MED_GAP, MED_GAP)); in showOrganizer() 201 JPanel mainPanel = new JPanel(new BorderLayout(MED_GAP, MED_GAP)); in showOrganizer()
|
Completed in 13 milliseconds