Search Results
OK to copy?
Examples 1 through 10 of
18 (0.0010 seconds)
jgoodies_animation
Class:
com.jgoodies.animation.tutorial.panel.HorizontalBarsPanel
©,
Rating:
0% of 0,
C1
jgoodies_animation Class: com.jgoodies.animation.tutorial.panel.VerticalBarsPanel ©, Rating: 0% of 0, C1
jgoodies_animation Class: com.jgoodies.animation.tutorial.component.AnimatedLabelExample ©, Rating: 100% of 1, C1
Class: org.apache.batik.apps.svgbrowser.AboutDialog ©, Rating: 100% of 1, C1
Class: org.apache.batik.apps.svgbrowser.AboutDialog ©, Rating: 0% of 0, C1
jgoodies_animation Class: com.jgoodies.animation.tutorial.component.BlurredIconExample ©, Rating: 0% of 0, C1
jgoodies_animation Class: com.jgoodies.animation.tutorial.intro.BasicTextLabelIntro ©, Rating: 0% of 0, C1
jgoodies_animation Class: com.jgoodies.animation.tutorial.misc.AnimationListenerExample ©, Rating: 0% of 0, C1
jgoodies_animation Class: com.jgoodies.animation.tutorial.component.GlyphLabelExample ©, Rating: 0% of 0, C1
jgoodies_animation Class: com.jgoodies.animation.tutorial.panel.HorizontalBarsExample ©, Rating: 0% of 0, C1
126 private JComponent createFiller() {
127 JPanel bar = new JPanel(null);
128 bar.setBackground(Color.GRAY);
129 return bar;
130 }
jgoodies_animation Class: com.jgoodies.animation.tutorial.panel.VerticalBarsPanel ©, Rating: 0% of 0, C1
127 private JComponent createFiller() {
128 JPanel bar = new JPanel(null);
129 bar.setBackground(Color.GRAY);
130 return bar;
131 }
jgoodies_animation Class: com.jgoodies.animation.tutorial.component.AnimatedLabelExample ©, Rating: 100% of 1, C1
166 "fill:100dlu:grow");
167 JPanel panel = new JPanel(layout);
168 panel.setBackground(Color.WHITE);
169 panel.add(animatedLabel, new CellConstraints(2, 1));
170 return panel;
Class: org.apache.batik.apps.svgbrowser.AboutDialog ©, Rating: 100% of 1, C1
186
187 JPanel p = new JPanel(new BorderLayout());
188 p.setBackground(Color.white);
189 p.add(panel, BorderLayout.CENTER);
190
Class: org.apache.batik.apps.svgbrowser.AboutDialog ©, Rating: 0% of 0, C1
155 protected void buildGUI(){
156 JPanel panel = new JPanel(new BorderLayout(5, 5));
157 panel.setBackground(Color.white);
158
159 ClassLoader cl = this.getClass().getClassLoader();
jgoodies_animation Class: com.jgoodies.animation.tutorial.component.BlurredIconExample ©, Rating: 0% of 0, C1
156 "fill:150dlu:grow");
157 JPanel panel = new JPanel(layout);
158 panel.setBackground(Color.WHITE);
159 panel.add(iconLabel, new CellConstraints());
160 return panel;
jgoodies_animation Class: com.jgoodies.animation.tutorial.intro.BasicTextLabelIntro ©, Rating: 0% of 0, C1
147 JPanel panel = new JPanel(layout);
148 CellConstraints cc = new CellConstraints();
149 panel.setBackground(Color.WHITE);
150 panel.add(label1, cc.xy(1, 1));
151 panel.add(label2, cc.xy(1, 1));
jgoodies_animation Class: com.jgoodies.animation.tutorial.misc.AnimationListenerExample ©, Rating: 0% of 0, C1
154
155 PanelBuilder builder = new PanelBuilder(layout);
156 builder.getPanel().setBackground(Color.WHITE);
157 builder.setDefaultDialogBorder();
158 CellConstraints cc = new CellConstraints();
jgoodies_animation Class: com.jgoodies.animation.tutorial.component.GlyphLabelExample ©, Rating: 0% of 0, C1
182 "fill:100dlu:grow");
183 JPanel panel = new JPanel(layout);
184 panel.setBackground(Color.WHITE);
185 panel.add(glyphLabel, new CellConstraints());
186 return panel;
jgoodies_animation Class: com.jgoodies.animation.tutorial.panel.HorizontalBarsExample ©, Rating: 0% of 0, C1
184 "fill:150dlu:grow");
185 JPanel panel = new JPanel(layout);
186 panel.setBackground(Color.WHITE);
187 panel.add(horizontalBarsPanel, new CellConstraints());
188 return panel;