/* A basic extension of the java.awt.Frame class */ import java.awt.*; import twinfeats.awt.*; import twinfeats.util.*; import twinfeats.awt.TFTreeView; public class UserAdminWin extends Frame implements TFNodePainter, SelectionListener { ConfServer confServer; public UserAdminWin(ConfServer cs) { this(); confServer = cs; Profile p = confServer.getProfile(); if (p != null) { ProfileSection[] sn = p.getSections(); if (sn != null) { for (int i=0;i