Searched defs:JViewport (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJViewport.java49 * By default, <code>JViewport</code> is opaque. To change this, use the
103 public class JViewport extends JComponent implements Accessible class in inherits:JComponent,Accessible
153 * would be to remove this from the <code>JViewport</code>
166 * <code>JViewport</code> instance since the
274 /** Creates a <code>JViewport</code>. */
275 public JViewport() { method in class:JViewport
338 * Sets the <code>JViewport</code>'s one lightweight child,
440 // NOTE: How JViewport currently works with the
447 // JViewport.paint is invoked if scrollUnderway is
452 // is no way for JViewport t
[all...]

Completed in 35 milliseconds