no message
This commit is contained in:
@@ -9,8 +9,8 @@ public class ControlForm<C extends Component> {
|
||||
JPanel scrollPanel = null; //панель на которой лежит скролл.
|
||||
JScrollPane scroll = null; //панель прокрутки в которую встроен контрол
|
||||
protected C control = null;
|
||||
Class<C> control_class = null;
|
||||
public C getControl(){return control;}
|
||||
protected Class<C> control_class = null;
|
||||
public ControlForm(Class<C> class_in, JPanel mountPanel_in) {
|
||||
control_class = class_in;
|
||||
mountPanel = mountPanel_in;
|
||||
|
||||
Reference in New Issue
Block a user