Download this file
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8" ?> <frame id="frame" title="Graph Script" size="480,640" DefaultCloseOperation="JFrame.EXIT_ON_CLOSE" > <panel layout="borderLayout"> <splitpane id="spltMain" ResizeWeight="0.5" BottomComponent="ui/ScriptPanel#pnlScript"> </splitpane> </panel> </frame>