Search in sources :

Example 1 with JFrameX

use of org.develnext.jphp.swing.support.JFrameX in project jphp by jphp-compiler.

the class UIForm method onInit.

@Override
protected void onInit(Environment env, Memory... args) {
    frame = new JFrameX();
    frame.setLayout(new XYLayout());
}
Also used : JFrameX(org.develnext.jphp.swing.support.JFrameX) XYLayout(org.develnext.jphp.swing.XYLayout)

Aggregations

XYLayout (org.develnext.jphp.swing.XYLayout)1 JFrameX (org.develnext.jphp.swing.support.JFrameX)1