equal
deleted
inserted
replaced
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 javax.swing.*; |
37 import javax.swing.*; |
29 import java.awt.event.*; |
38 import java.awt.event.*; |