Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class javax.swing.JFrame
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 final JFrame f = new JFrame("Service-mode Programmer Setup");
2 JFrame f = new JFrame("Simple Signal Logic");
3 addFrame = new JFrame(rb.getString("TitleAddSignal"));
4 renderMenu.add( setXSLTItem = permMenuItem(new SetProcessorAction(this.getContentPane(), this), KeyEvent.VK_P));
5 JFrame f = new JFrame(getClass().getName());
6 JFrame frame = new JFrame("ImageViewer");
7 frame = new JFrame("PMD Cut and Paste Detector");
8 JFrame frame = new JFrame();
9 JFrame frame = new JFrame("OPlan Control");
10 getContentPane().setLayout(new BoxLayout(getContentPane(), BoxLayout.Y_AXIS));
11 _logMonitorFrame = new JFrame(_name);
12 _logMonitorFrame = new JFrame("LogFactor5");
13 JSplitPane sp = (JSplitPane)((JTabbedPane)getContentPane().getComponent(0)).getComponentAt(Resources.COMP_BROWSE_IDX);
14 setDefaultCloseOperation (DO_NOTHING_ON_CLOSE);
15 JFrame frame = new JFrame(chartLabel);
16 getContentPane().setLayout(new BorderLayout());
17 JFrame f = new JFrame();
18 JFrame frame = new JFrame("CConnectionEditor");
19 JFrame f = new JFrame();
20 JFrame f = new CenteredJFrame("Web logs");

Links to utility classes and functions:

1 centerComponentInComponent(Component parent, Component toBeCentered) org.apache.jorphan.gui.ComponentUtil
2 centerComponentInWindow(Component component, int percentOfScreen) org.apache.jorphan.gui.ComponentUtil
3 centerComponentInWindow(Component component) org.apache.jorphan.gui.ComponentUtil
4 org.apache.jorphan.gui.ComponentUtil
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.