CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: handro1104

Search: Search took 0.03 seconds.

  1. Problem with a DSN_LESS connection to MS Access

    This is more an Access question than a Java question. I could not find a forum for Access.
    I create the connection with

    public Connection getConnection() throws SQLException {
    String driver =...
  2. Replies
    1
    Views
    1,968

    Can't display my graphics in a JPanel

    I have a problem displaying in a JPanel figures that I create with java.awt.Graphics. I want to display a work flow tree that I create in a dialog (the display panel is in a different dialog). I...
  3. How do I set the foreign key in a table to the primary key of a row that I have just

    How do I set the foreign key in a table to the primary key of a row that I have just inseted when the primary key is created with autoincrement. One possibility is to select the maximum value of the...
  4. Replies
    0
    Views
    1,444

    setCursor on JTree expand event

    I have set the cursor to an hour glass in may instances when some user action takes time. Now, I am trying to do that on a node select event on a JTree, but the cursor doesn't change even if I don't...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured