2113N/A/*
2113N/A * CDDL HEADER START
2113N/A *
2113N/A * The contents of this file are subject to the terms of the
2113N/A * Common Development and Distribution License, Version 1.0 only
2113N/A * (the "License"). You may not use this file except in compliance
2113N/A * with the License.
2113N/A *
2113N/A * You can obtain a copy of the license at
2113N/A * trunk/opends/resource/legal-notices/OpenDS.LICENSE
2113N/A * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2113N/A * See the License for the specific language governing permissions
2113N/A * and limitations under the License.
2113N/A *
2113N/A * When distributing Covered Code, include this CDDL HEADER in each
2113N/A * file and include the License file at
2113N/A * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2113N/A * add the following below this CDDL HEADER, with the fields enclosed
2113N/A * by brackets "[]" replaced with your own identifying information:
2113N/A * Portions Copyright [yyyy] [name of copyright owner]
2113N/A *
2113N/A * CDDL HEADER END
2113N/A *
2113N/A *
3231N/A * Copyright 2008 Sun Microsystems, Inc.
2113N/A */
2113N/A
2113N/A
2113N/A
2113N/A/**
2113N/A * Defines the classes that are related to AWT and Swing for the code of
2113N/A * the uninstaller-gui command line. This includes basically the specific
2113N/A * dialogs that are displayed in the graphical uninstaller.
2113N/A */
3231N/Apackage org.opends.guitools.uninstaller.ui;