Difference between revisions of "Hales Notes 20060421"

From lightwiki
Jump to: navigation, search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
Vernon  - my Fedora Core 4 remembers its Browser and WP settings.   
+
Vernon   
I don't know why yours does not.
+
 
 +
#my Fedora Core 4 remembers its Browser and WP settings.  I don't know why yours does not.
 
I tweaked a couple of things but didn't see anything that would cause it to fail on your machone
 
I tweaked a couple of things but didn't see anything that would cause it to fail on your machone
 
The code is in com/jguigen/standard/GetBrowserAndWp.java  starting at line 73.  There are several
 
The code is in com/jguigen/standard/GetBrowserAndWp.java  starting at line 73.  There are several
 
steps involved but the comments in the code are fairly complete.
 
steps involved but the comments in the code are fairly complete.
 
You might want to put some print statements in (or use the Debugger in Eclipse) to walk through and see what it is really doing there.
 
You might want to put some print statements in (or use the Debugger in Eclipse) to walk through and see what it is really doing there.
 +
#I looked for a few minutes at the SQL Insertion stuff.  It is going to take more research.  The first 10 sites I read said "Use PreparedStatements".  Obviously this is not a solution where we are trying to let the user build SQL Queries.  I'll look more when I have time.
 +
#I moved the JGUIGEN in the center of the front page of JGuiGen to the INI XML file.
 +
#I do not find the Java 1.5 errors on the Wiki.  All I see are the clearlooks error.
  
  
I looked for a few minutes at the SQL Insertion stuff. It is going to take more research. The first 10 sites I read said "Use PreparedStatements".  Obviously this is not a solution where we are trying to let the user build SQL Queries. I'll look more when I have time.
+
Interesting article about making java app look native on Windows and Mac
 
+
http://today.java.net/pub/a/today/2003/12/08/swing.html
 
+
The book Swing Hacks has more of same
I do not find the Java 1.5 errors on the Wiki.  All I see are the clearlooks error.
+
  
 
Hale
 
Hale

Latest revision as of 19:17, 9 May 2006

Vernon

  1. my Fedora Core 4 remembers its Browser and WP settings. I don't know why yours does not.

I tweaked a couple of things but didn't see anything that would cause it to fail on your machone The code is in com/jguigen/standard/GetBrowserAndWp.java starting at line 73. There are several steps involved but the comments in the code are fairly complete. You might want to put some print statements in (or use the Debugger in Eclipse) to walk through and see what it is really doing there.

  1. I looked for a few minutes at the SQL Insertion stuff. It is going to take more research. The first 10 sites I read said "Use PreparedStatements". Obviously this is not a solution where we are trying to let the user build SQL Queries. I'll look more when I have time.
  2. I moved the JGUIGEN in the center of the front page of JGuiGen to the INI XML file.
  3. I do not find the Java 1.5 errors on the Wiki. All I see are the clearlooks error.


Interesting article about making java app look native on Windows and Mac http://today.java.net/pub/a/today/2003/12/08/swing.html The book Swing Hacks has more of same

Hale