Searched refs:jScrollPane1 (Results 1 – 3 of 3) sorted by relevance
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
D | TweenApplet.java | 190 jScrollPane1 = new javax.swing.JScrollPane(); in initComponents() 214 …jScrollPane1.setVerticalScrollBarPolicy(javax.swing.ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS); in initComponents() 218 jScrollPane1.setViewportView(resultArea); in initComponents() 231 … .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 562, Short.MAX_VALUE) in initComponents() 246 … .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 101, Short.MAX_VALUE) in initComponents() 428 private javax.swing.JScrollPane jScrollPane1; field in TweenApplet
|
D | TimelineApplet.java | 294 jScrollPane1 = new javax.swing.JScrollPane(); in initComponents() 321 …jScrollPane1.setVerticalScrollBarPolicy(javax.swing.ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS); in initComponents() 324 jScrollPane1.setViewportView(resultArea); in initComponents() 337 … .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 598, Short.MAX_VALUE) in initComponents() 352 … .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 214, Short.MAX_VALUE) in initComponents() 610 private javax.swing.JScrollPane jScrollPane1; field in TimelineApplet
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/ |
D | VerifierAppFrame.java | 69 private final JScrollPane jScrollPane1 = new JScrollPane(); field in VerifierAppFrame 127 jScrollPane1.getViewport().setBackground(Color.red); in jbInit() 214 jPanel2.add(jScrollPane1, null); in jbInit() 217 jScrollPane1.getViewport().add(classNamesJList, null); in jbInit()
|