Search:

Type: Posts; User: petem86

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,582

    Re: calling SingleFrameApplication

    public static void main(String[] args) throws Exception{
    launch(TradeBlotterApp.class, args);


    this line launches the TradeBlotterApp.class so i need to call this class from an if...
  2. Replies
    4
    Views
    2,582

    Re: calling SingleFrameApplication

    That is what i want to see when i call this GUI to open.



    private void initComponents() {

    mainPanel = new javax.swing.JPanel();
    jbtnSend = new javax.swing.JButton();
    ...
  3. Replies
    4
    Views
    2,582

    Re: calling SingleFrameApplication

    'tradeblotterapp', is a window with other GUI objects in it, obviously! But when its opened from this it doesn’t contain the rest of the GUI objects. This was made in NetBeans.

    As for your...
  4. Replies
    4
    Views
    2,582

    calling SingleFrameApplication

    ive a basic login that works from a database that says if member is there open another window...

    try {
    Class.forName("com.sybase.jdbc3.jdbc.SybDriver");
    con =...
  5. Replies
    2
    Views
    2,363

    live feeds and jtables

    gnhsfgnfgbnfgbfbgfbdfg
Results 1 to 5 of 5