Search:

Type: Posts; User: mDennis10

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,143

    suppress warning

    What is a suppress warning and what may happen if they are not implemented?
  2. Replies
    1
    Views
    1,475

    Problem with layout manager

    I have been having this problem for quit a while which has force me to user the setBounds method. Whenever i use a layout manager sometime or most times the components are not displayed on screen....
  3. Replies
    8
    Views
    1,519

    Re: Mutiple JFrames Problems

    yes, but when the user logs out the original components and then redisplayed
  4. Replies
    8
    Views
    1,519

    Re: Mutiple JFrames Problems

    I want continuous effect in my application rather that window poping up effect when i create a new JFrame
  5. Replies
    3
    Views
    1,559

    Questions about javafx

    Whats exactly is javaFX?

    can javaFX API's be used with regular java SE and how?
  6. Replies
    8
    Views
    1,519

    Re: Mutiple JFrames Problems

    I don't understand what ur saying, but i want to know if instead of creating two windows if i can just use one and get the same effect by using inheritance
  7. Replies
    33
    Views
    3,845

    Re: Small problem, help please?

    the con variable should look something like this


    Connection con = DriverManager.getConnection ("jdbc:mysql://localhost/database name","user name for database","password");
  8. Replies
    33
    Views
    3,845

    Re: Small problem, help please?

    your problems is that u need to create a object to connect to the data base. it should look something like this


    Connection conn = DriverManager.getConnection ("jdbc:mysql://where database...
  9. Replies
    8
    Views
    1,519

    Mutiple JFrames Problems

    I am writing a program that asks the user for a user name and password. When the correct user name and password is entered a new windows appears. Currently all i do is set the first JFrame visible to...
  10. Replies
    4
    Views
    1,516

    Re: Layout Manager

    i want one where i can tell what order components are laid out
  11. Replies
    4
    Views
    1,516

    Layout Manager

    I need a really good and flexible layout Manger. I have user GridBagLayout, GridLayout, BorderLayout and i are not has flexable i want. I normally rely and setBounds which i love the flexibility it...
  12. Re: How can i get multiple records from mySQl database

    didn't reallize i did that thanks alot
  13. How can i get multiple records from mySQl database

    i want to get all the records that has a particular user name from my database and store each into a parallel array. The problem i am having is that its only getting the last record. How can i get...
  14. Re: I need some advice from experienced software engineers and developers

    Thanks alot for the advice,however what are java or c# best suited for?
  15. I need some advice from experienced software engineers and developers

    I am a student and my university are strong supporters of C#. My problem is that i want to invest my time into a language that is powerful, that has scalability, that performs optimally,that will be...
Results 1 to 15 of 15