Searched refs:textPane (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextAreaPeer.java70 AWTTextPane textPane; field in class:XTextAreaPeer
115 textPane = new AWTTextPane(jtext,this, target.getParent());
118 textPane.setVisible(true);
119 textPane.validate();
174 textPane.removeNotify();
211 textPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
212 textPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_NEVER);
217 textPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
218 textPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
221 textPane
[all...]

Completed in 1317 milliseconds