Search:

Type: Posts; User: timmin

Search: Search took 0.10 seconds.

  1. Thread: JTable

    by timmin
    Replies
    3
    Views
    2,303

    Re: JTable

    i've been the several times however this time i noticed that the code COULD be access if you clicked the hyperlinks, without that code the lessons were useless so i continued on. imagine how...
  2. Replies
    1
    Views
    1,206

    finding the end of ram

    for(int i=0; i<76; i++) {
    test1 = raf.readLine();
    test2 = raf.readLine();
    test3 = raf.readLine();
    test4 = raf.readLine();
    test5 =...
  3. Thread: changing GUI

    by timmin
    Replies
    2
    Views
    1,132

    Re: changing GUI

    well netbeans is giving me a green light but i don't see anything but that could be for plenty of reasons
    thanks
  4. Thread: changing GUI

    by timmin
    Replies
    2
    Views
    1,132

    changing GUI

    public void incometaxcreator()
    {
    JFrame incometaxframe = new JFrame("income tax generator");
    JButton createincometax = new JButton("generate a list");
    JTextArea...
  5. Thread: JTable

    by timmin
    Replies
    3
    Views
    2,303

    JTable

    hey this is a simple request, i've recently began utilizing GUIs and i want to implement a JTable with vertical scroll bar and title headers. unfortunately after looking around i haven't found...
Results 1 to 5 of 5