Search:

Type: Posts; User: Jeff.Steinkamp

Search: Search took 0.10 seconds.

  1. Re: Best Database with a scrollable resultSet

    Thanks, I'm also looking at H2
  2. Best Database with a scrollable resultSet

    I have normally used SQLite as the database of choice when not using a server, but SQLite is forward only. The project I am working on will require a scrollable database. I am not interested in...
  3. Replies
    1
    Views
    844

    Re: Hi to all

    Purchasing a book called "Java for Dummies", or my personal favorite "Java for Programmers" would be a good start. Both are readily available at your favorite book store.
  4. Replies
    1
    Views
    1,303

    Re: JTable Column Sizing

    I have found a solution which leads me to believe that get.PreferedSzie()width is not computing the proper width based on Look and Feel and the selected font. By adding a constant > 1 to colWidth...
  5. Replies
    1
    Views
    1,303

    JTable Column Sizing

    I am having some difficulty resizing columns in a JTable. The code I am using works just fine in I have the Look and Feel set to Nimbus, but any other Look and Feel does not set the column widths...
  6. Replies
    7
    Views
    2,040

    Re: File not found in class path

    Problem solved!! I wrote a small program to demonstrate opening of not only the PDF file, but also a text files as my first though was an issue with rendering the PDF file to Acrobat. But that was...
  7. Replies
    7
    Views
    2,040

    Re: File not found in class path

    Well gents, I stand corrected. After a couple of hours searching on my Winders box, I did find that a copy(outdated of course) of Readme.pdf was in a folder that was on the windows path statement. ...
  8. Replies
    7
    Views
    2,040

    Re: File not found in class path

    Then why does it work correctly under Windows when run as a jar? It seems to find the file without any difficulty and sends it to Adobe. Why does it run correctly inside of the Eclipse IDE on both...
  9. Replies
    7
    Views
    2,040

    File not found in class path

    Got a strange problem here. I have a pdf file, Readme.pdf that I stuck in the source folder and pull it as a resource. I know the file does in fact exist in the .jar file as I have looked at the...
  10. Replies
    1
    Views
    938

    Introduction

    I am Jeff and I have joined the forums today. I'm new to Java, but not new to programming as I have been programming since the days of Macro Assembler, PDP-11's and such. I was producing code using...
Results 1 to 10 of 10