jdk/src/share/classes/com/sun/tools/example/debug/gui/GUI.java
changeset 10292 ed7db6a12c2a
parent 9520 99d378796e54
child 14342 8435a30053c1
equal deleted inserted replaced
10291:cf1fcdf438a0 10292:ed7db6a12c2a
    20  *
    20  *
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
       
    25 
       
    26 /*
       
    27  * This source code is provided to illustrate the usage of a given feature
       
    28  * or technique and has been deliberately simplified. Additional steps
       
    29  * required for a production-quality application, such as security checks,
       
    30  * input validation and proper error handling, might not be present in
       
    31  * this sample code.
       
    32  */
       
    33 
    25 
    34 
    26 package com.sun.tools.example.debug.gui;
    35 package com.sun.tools.example.debug.gui;
    27 
    36 
    28 import java.io.*;
    37 import java.io.*;
    29 import javax.swing.*;
    38 import javax.swing.*;