Searched refs:jtxtGeneratedSourceCode (Results 1 – 1 of 1) sorted by relevance
58 private JTextArea jtxtGeneratedSourceCode = new JTextArea(); field in SwingTreeControlProvider126 jtxtGeneratedSourceCode.setTabSize(4); in insertBottomPanel()127 jtxtGeneratedSourceCode.getAccessibleContext().setAccessibleName("generated SourceCode"); in insertBottomPanel()128 JScrollPane jScrollPane = new JScrollPane(jtxtGeneratedSourceCode); in insertBottomPanel()130 jtxtGeneratedSourceCode.setEditable(false); in insertBottomPanel()284 jtxtGeneratedSourceCode.setText(_sSourceCode); in setSourceCode()
Completed in 7 milliseconds