Package kg.apc.jmeter.gui
Class GuiBuilderHelper
- java.lang.Object
-
- kg.apc.jmeter.gui.GuiBuilderHelper
-
public class GuiBuilderHelper extends java.lang.ObjectSimple class to help building GUI
-
-
Constructor Summary
Constructors Constructor Description GuiBuilderHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.JPanelgetComponentWithMargin(java.awt.Component component, int top, int left, int bottom, int right)static javax.swing.JScrollPanegetTextAreaScrollPaneContainer(javax.swing.JTextArea textArea, int nbLines)static voidstrechItemToComponent(javax.swing.JComponent component, javax.swing.JComponent item)
-
-
-
Method Detail
-
getTextAreaScrollPaneContainer
public static javax.swing.JScrollPane getTextAreaScrollPaneContainer(javax.swing.JTextArea textArea, int nbLines)
-
strechItemToComponent
public static void strechItemToComponent(javax.swing.JComponent component, javax.swing.JComponent item)
-
getComponentWithMargin
public static javax.swing.JPanel getComponentWithMargin(java.awt.Component component, int top, int left, int bottom, int right)
-
-