Examples of GetSelectionDialog


Examples of csa.jportal.gui.GetSelectionDialog

                    list.addElement(aName);
                }
            }
        }
        JPortalInternalFrame frame = new JPortalInternalFrame();
        final GetSelectionDialog c = new GetSelectionDialog(frame, list);
        frame.addPanel(c);
        mParent.addInternalFrame(frame);
        frame.setTitle("Select a Name");
        frame.setSize(400, 130);
        frame.setVisible(true);
        frame.addInternalFrameListener(new javax.swing.event.InternalFrameAdapter() {
            @Override
            public void internalFrameClosed(javax.swing.event.InternalFrameEvent evt) {

                CardDeckListEditPanel cx = new CardDeckListEditPanel(c.getString(), getQuestMatchPoolBaseName());
                cx.setPresetMode(true);
                mParent.addPanel(cx);
                mParent.setMainPanel(cx);
                mParent.windowMe(cx, 1000,700, "Edit preset.");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.