/[classpath]/classpath/javax/swing/JFrame.java
ViewVC logotype

Diff of /classpath/javax/swing/JFrame.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by abalkiss, Tue Jul 12 13:48:35 2005 UTC revision 1.27 by trebligd, Thu Jul 21 14:59:31 2005 UTC
# Line 98  public class JFrame extends Frame Line 98  public class JFrame extends Frame
98     * @param gc the <code>GraphicsConfiguration</code> that is used for     * @param gc the <code>GraphicsConfiguration</code> that is used for
99     *     the new <code>JFrame</code>     *     the new <code>JFrame</code>
100     *     *
101     * @see Frame(GraphicsConfiguration)     * @see Frame#Frame(GraphicsConfiguration)
102     */     */
103    public JFrame(GraphicsConfiguration gc)    public JFrame(GraphicsConfiguration gc)
104    {    {
# Line 114  public class JFrame extends Frame Line 114  public class JFrame extends Frame
114     * @param gc the <code>GraphicsConfiguration</code> that is used for     * @param gc the <code>GraphicsConfiguration</code> that is used for
115     *     the new <code>JFrame</code>     *     the new <code>JFrame</code>
116     *     *
117     * @see Frame(String, GraphicsConfiguration)     * @see Frame#Frame(String, GraphicsConfiguration)
118     */     */
119    public JFrame(String title, GraphicsConfiguration gc)    public JFrame(String title, GraphicsConfiguration gc)
120    {    {

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26