Results 1 to 6 of 6
  1. #1

    Default help sa java programing


    guys pa help naman how to make gui

    jframe
    jlabel
    jbutton
    jtextfield etc.

    na confuse njud ko

    mao ni ai

    https://www.istorya.net/forums/profil...editprofilepic




    enx daan guys

  2. #2
    Elite Member
    Join Date
    Jun 2010
    Gender
    Male
    Posts
    1,018
    public static void main(String[] args){
    frame = new JFrame();
    label = new JLabel("Label");
    button = new JButton("Press Me");
    field = new JTextField("No Data");
    frame.getContentPane().add(label);
    frame.getContentPane().add(button);
    frame.getContentPane().add(field);
    frame.getContentPane().setVisible(true);
    }

    Hehehe...dugay2x na raba ko og java...pakisulti kung naay errors

  3. #3
    ahh. .

    mao man ni ang prob ai


    under sa class PURCHASE mao ni ang naa. .

    -requisition #
    -date ; DATE
    -no of items : int
    -Supplier ; Supplier


    nya sa <<abstract>> class Supplier kai

    -Supplier # ;
    -address : Address
    -name ; String
    -owner ; Name
    -tyrpe ; String

    toString(); String

    under sa Class Supplier kai

    Regular

    discount ; double
    Schedule ; String


    Casual

    Charge double


    mao na cla how to make a gui

  4. #4
    Elite Member
    Join Date
    Jun 2010
    Gender
    Male
    Posts
    1,018
    It might be nice to download JDeveloper 10G.
    It is an IDE with a GUI Designer which mainly uses null constraints. (Meaning position based ni siya)
    The code generated will be very readable and easy to learn.

    ang ui in general...

    For the Purchase Order.

    You have a few field boxes for the Purchase Order Fields. (PO Number, Requisition #, Date, Supplier, Total Amount, Total Quantity)
    Then use a jTable for the Purchase order detail. (Item Code and Description, Quantity, Unit Price, Amount)

    For the Supplier.

    Its is a master data, make sure you have one unique key.

    you can just use field boxes for Supplier Name, Address, Contact Person, Contact Address.

    For the requisition.

    same ra sa PO without the requisition number, pero kung ganahan ka og back reference sa PO, butangi og PO.

  5. #5
    enx. . cge ako na e aply ^_^

  6. #6
    pwed pa tabang lng sa unsaon pag gui sa PURCHAsE lng. . ??

  7.    Advertisement

Similar Threads

 
  1. Replies: 16
    Last Post: 04-21-2012, 11:26 PM
  2. need help in java programming: creating a folder
    By rastaman81 in forum Programming
    Replies: 4
    Last Post: 03-11-2009, 08:51 AM
  3. Need help in Installing Java programs in my Samsung D880
    By Soj in forum Software & Games (Old)
    Replies: 0
    Last Post: 04-24-2008, 06:34 PM
  4. Java programming help pls...
    By mr_gwen in forum Programming
    Replies: 6
    Last Post: 11-03-2006, 12:30 AM
  5. nid help..java programming
    By ronninalpha in forum Programming
    Replies: 3
    Last Post: 09-13-2006, 07:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top