Search:

Type: Posts; User: .Swing

Search: Search took 0.18 seconds.

  1. Thread: jdbc in applet

    by .Swing
    Replies
    0
    Views
    1,189

    jdbc in applet

    hey been having this problem for the last day, can't seem to get my jar to load from the database, works find in eclipse until I export it to jar and try to use it in my program. I read through the...
  2. Re: How to display a Rectangle object in JFrame (Problem).

    you need to add

    g.drawRect(nameofrect, x,y,width,height);

    but do not just use this find out why and use the API docs so you can
    find out why you need to use this method, although pretty self...
  3. Replies
    0
    Views
    1,460

    I want assignments

    hey I pretty new to java and am learning all the basics i have done most i can find in the console an am currently on making gui.
    i was wondering if anyone knew a website which gives you ideas for...
  4. Replies
    2
    Views
    1,586

    Re: Can anyone help?

    thanks thats what i was looking for
  5. Replies
    2
    Views
    1,586

    Can anyone help?

    i have a jmenu with a jlist with 3 options, can anyone point me in a good place to start to learn how to make an event happen when you click a certain string within the jlist?
    any help will be...
  6. Replies
    2
    Views
    1,382

    Re: so is it just me?

    that is a very good point thank you for taking the time to reply.
  7. Replies
    2
    Views
    1,382

    so is it just me?

    i seem to find that the moderators here are very grouchy... or is it just me?
    not that i have a problem with there policy. i just do not seem to be finding them helpful i have read numerous threads...
  8. Thread: java array

    by .Swing
    Replies
    10
    Views
    1,786

    Re: java array

    thank you for your time I just hope you take a little regard for others feelings when telling people to do it them self, an not to ask for a little help on a forum.
  9. Thread: java array

    by .Swing
    Replies
    10
    Views
    1,786

    Re: java array

    I know the duty of a moderator I am just saying there is better ways of spending your time than correcting none code related spelling issues.
    As you could tell I was not using text slang It was...
  10. Re: About layering JFrames JPanels and the whole deal with that?

    thank you for your reply I will look into that.
    very much appreciated.
  11. Thread: java array

    by .Swing
    Replies
    10
    Views
    1,786

    Re: java array

    simple spelling mistake does every moderator have to be so arrogant and well. it compiles for me so I believe it does instead of being so critical you could try help a person in a friendly manner...
  12. Thread: java array

    by .Swing
    Replies
    10
    Views
    1,786

    Re: java array

    no i compiles alright.
  13. Re: About layering JFrames JPanels and the whole deal with that?

    yes kind of so i was wondering if there was a specific order containers can be placed onto eachother. so like a jpanel cannot be placed on another jpanel. or is this still a stupid question?
  14. Thread: java array

    by .Swing
    Replies
    10
    Views
    1,786

    Re: java array

    hey i believe an array is kind of like a list of a certain data type. for example
    i will make an array of Strings

    String list[] = {"one", "Two", "Three"};

    here i have created an array call...
  15. Re: Collision Detection between Sprites and Images?

    hey im new but i been working on collision too.. id like to show you have i do collision detection an see if it helps you....


    really hope this helps and any questions just ask p.s i just typed...
  16. Re: Collision Detection between Sprites and Images?

    hey im new but i been working on collision too.. id like to show you have i do collision detection an see if it helps you....


    really hope this helps and any questions just ask p.s i just typed...
  17. Replies
    3
    Views
    1,826

    [SOLVED] Re: GUI: Moving away from the terminal

    that webpage is a good place to learn i am currently learning of that and also on youtube a guy names bucky or TheNewBoston is his username
    he has over 200 java tutorials on things from classes to...
  18. Replies
    4
    Views
    1,299

    Re: generateRandomNumber

    you can use java.util.Random to make a random number generater see(Java 2 Platform SE 5.0)
  19. About layering JFrames JPanels and the whole deal with that?

    hey i been making a JFrame window with a JMenuBar a JList and some other stuff but i can never seem to remember or figure out
    what order they have to be layed can anyone tell me which windows or...
  20. Replies
    0
    Views
    891

    Hello java peoples....

    Hey I recently started learning to write Java, if anyone has tips for beginners I would be greatful.
    also as I am here so I don't have to make a brand new thread here can i just say.....

    i been...
Results 1 to 20 of 20