Print this page
4719 update gate build environment to [open]jdk7 4742 update manifests for javadoc7 4743 Fix deprecated /usr/j2se usage in slp and remove from filesystem(5) manpage 4744 remove traces of /var/sadm/system/admin/default_java Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net>

*** 1,10 **** /* * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. - * - * ident "%Z%%M% %I% %E% SMI" */ import java.awt.*; import java.awt.event.*; import java.text.*; --- 1,8 ----
*** 254,264 **** for (int i = 0; i < cb.length; i++) { cb[i].setState(false); } } else if (e.getSource() == help) { if (hd != null) ! hd.show(); else { hd = new HelpDialog( EncListDialog.this.parent, getString( "Help for Encryption Type Dialog"), --- 252,262 ---- for (int i = 0; i < cb.length; i++) { cb[i].setState(false); } } else if (e.getSource() == help) { if (hd != null) ! hd.setVisible(true); else { hd = new HelpDialog( EncListDialog.this.parent, getString( "Help for Encryption Type Dialog"),