Search:

Type: Posts; User: tommyacton

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    6,120

    Display database values into JTables

    Hey guys i would love someone to help me with my project. I am trying to display all of the data from a database to a jtable using Eclipse.
    When i run this code i dont get any errors and nothing...
  2. Replies
    6
    Views
    1,989

    Getting Selected Text From Combo Box

    I cant see why i am getting errors, I believe i did everything correct. I only seem to to get errors when i try to get the text out the combobx. Can someone please hep me do this well. I know how to...
  3. Inputting data on a slq database ( MS access) with java GUI b-) b-)

    When i run the code, that type some text on the fields. It only sees to accept numbers. (:confused::confused::confused::confused:)



    package sa00366_surrey_ac_uk;



    import...
  4. Replies
    13
    Views
    1,518

    [SOLVED] Re: GUI text field is only accepting numbers. :/

    I have posted the right code
  5. Replies
    13
    Views
    1,518

    [SOLVED] Re: GUI text field is only accepting numbers. :/

    yea i have posted the right code.. I am not such a good programmer. I would like someone to really help me with this. My project is due in soon
  6. Replies
    13
    Views
    1,518

    [SOLVED] GUI text field is only accepting numbers. :/

    Hey guys i have been trying to do this project for a couple of days now, i am close to completing it, but the textfield only seem to accept numbers rather than any text.
    I am using eclipse .


    ...
  7. Replies
    13
    Views
    1,518

    [SOLVED] Re: Simple Error ( But Hard Solution)

    The text field is only accepting numbers.. wft
  8. Replies
    13
    Views
    1,518

    [SOLVED] Re: Simple Error ( But Hard Solution)

    Thank you very very much Syed. You have saved my life. Thanks a lot. @};-@};-@};-@};-
    Any time on becoming a great programmer. ?
    Thnaks again legend.
  9. Replies
    13
    Views
    1,518

    [SOLVED] Re: Simple Error ( But Hard Solution)

    I am not very good with writing code so. Can you please explain what you mean or give me an example plz
  10. Replies
    13
    Views
    1,518

    [SOLVED] Simple Error ( But Hard Solution)

    Code has been Solved Just Dont know how to delete .
  11. Replies
    3
    Views
    1,922

    Inserting data into sql with java gui

    [import java.awt.EventQueue;

    public class GUI {

    private JFrame frmResturant;
    public JTextField firstNameField;

    // Global Fields

    Connection con;
  12. Replies
    0
    Views
    1,676

    Binary Tree ( Family Tree)

    I dont know how to delete this post
  13. Thread: Java basics

    by tommyacton
    Replies
    5
    Views
    1,393

    Re: Java basics

    so is it a better style of coding
  14. Thread: Java basics

    by tommyacton
    Replies
    5
    Views
    1,393

    Re: Java basics

    Thanks
  15. Thread: Java basics

    by tommyacton
    Replies
    5
    Views
    1,393

    Java basics

    whats the difference?


    </** Defines the student's forename. */
    private String forename = null;

    /** Defines the student's surname. */
    private String surname = null;

    /** Defines...
  16. Replies
    3
    Views
    1,306

    Re: Java Student. Need some help with a loop.

    I want to print out a pattern.
    The patternis defined as one string character, this is repeated across the house with gaps in between.
    My assignment states . a house is 22 wide , 5 in length with...
  17. Replies
    3
    Views
    1,306

    Java Student. Need some help with a loop.

    hey people,
    I have been trying to print out a loop that goes like this.

    But the thing is havent got a clue of what i am doing.



    <console
    #'''#'''#'''#'''#'''#'
    #'''#'''#'''#'''#'''#'
Results 1 to 17 of 17