Home
last modified time | relevance | path

Searched refs:screenx_TF (Results 1 – 1 of 1) sorted by relevance

/dports/science/devisor/devisor2.1/devisor2/grid/GUI/dialogs/
H A DOptionsDialog.java1380 screenx_TF=new JTextField(""+parent.getDrawingArea().screenx,6); in initOtherPanel()
1381 layout.setConstraints (screenx_TF, constraints); in initOtherPanel()
1382 otherPanel.add (screenx_TF); in initOtherPanel()
1704 cc.op.set(Options.screenx, screenx_TF.getText()); in updateOptions()
1897 private JTextField screenx_TF; field in OptionsDialog