Search:

Type: Posts; User: overdriveboy

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    1,533

    Increasing the column size in JTabe

    hi,
    im trying to get data from my database and add it to the JTable directly...
    here is my code..


    import java.awt.*;
    import java.util.*;
    import javax.swing.*;
    import java.awt.event.*;...
  2. Replies
    1
    Views
    1,938

    adding background image to a frame???

    hi,
    pls help me with adding background image to this code...i tried many ways im unsuccessful...pls help me urgent!!!

    code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;...
  3. Replies
    0
    Views
    1,250

    adding background image to a frame???

    hi,
    I would like to know whether we can add background images to a frame....if its possible pls help me with the code..
    thanks in advance:D
  4. exception in "main" java.lang.NullPointerException

    Error:

    Exception in thread "main" java.lang.NullPointerException
    at adminlogin.launchframe(adminlogin.java:30)
    at adminlogin.main(adminlogin.java:68)

    my code is:


    import java.awt.*;
Results 1 to 4 of 4