Eric Wendelin

3,236
Reputation
393 views

Registered User

Name Eric Wendelin
Member for 1 year
Seen Nov 13 at 17:43
Website
Location Broomfield, CO
Age 26
Jython for Sun, Groovy for fun. The rest is just Javascript.
Oct
29
awarded  Popular Question
Oct
27
accepted Multiple scenes in JavaFX
Oct
16
accepted Java Web Start window title problem
Oct
16
answered Java Web Start window title problem
Oct
14
comment What is your favorite open source debugging tool?
+1 to liveHTTP headers. That's what I've been using to track HTTP request data in the browser.
Oct
13
asked Java Web Start window title problem
Oct
8
comment Caesar’s Cipher using python, could use a little help.
This question is just begging for a sweet application of string translate. Well done :)
Oct
8
accepted Success stories for JavaFX
Oct
8
comment Success stories for JavaFX
Yeah I totally hated JavaFX before the 1.2 release. Soooo much better now.
Oct
8
answered Success stories for JavaFX
Oct
7
comment Handling mouse events in javafx
Oh you want to pass a function to another? function doSomething(function(MouseEvent):otherfunc):Void { ... }
Oct
7
accepted Handling mouse events in javafx
Oct
6
comment JavaFX JDK not found
From what I gather it completely depends on what features the JavaFX app is trying to use from the platform. I have seen apps that work on Java 5 even but it just seems safest to go with the most recent version. Glad it worked out for you.
Oct
6
accepted JavaFX JDK not found
Oct
5
answered JavaFX JDK not found
Oct
5
comment JavaFX timeline inaccuracies
Glad you got it, but in the future posting code is the best way to get help. Happy JavaFX-ing!
Oct
5
answered Handling mouse events in javafx
Oct
5
awarded  Yearling
Sep
30
comment Multiple scenes in JavaFX
Yes just use println("message"), but you must NOT be in WebStart application mode or you must configure your Java Web Start settings. I would recommend running this in NetBeans using "Standard" execution mode.
Sep
29
answered restrict url access in JSP
Sep
29
comment Multiple scenes in JavaFX
I've updated my answer. Definitely consider if you want multiple scenes or just multiple CustomNodes setting visibility as appropriate.
Sep
29
revised Multiple scenes in JavaFX
Show how to use more than 2 scenes
Sep
28
answered Multiple scenes in JavaFX
Sep
19
accepted How to do file uploads via a Java applet?
Sep
16
comment Why does floated div sometimes inherit the margin of the following element?
Just thought I'd note that you're closing your last div with /h2. Also, you should self-close your br elements since you're using an XHTML Strict doctype.
Sep
15
answered Should I really be expected to work more than 40 hours a week just because I am ‘salaried developer’?
Sep
15
answered extjs xml tree example that I put into the layout-browser example provided by extjs
Sep
15
answered <button> behavior in Firefox vs IE
Sep
15
answered html select tag problem
Sep
15
comment Valid Keywords for Beginning a Java Source File
Ooh strictfp is hardcore. Someone should write a code example of its usage.
Sep
7
accepted How to debug JavaFX
Sep
1
answered JavaFx Offline ability?
Aug
31
accepted JavaFX Applet web-page refresh and close notifications?
Aug
25
comment How does JavaFX cache http downloads?
Yeah I have had good experiences with that. There is a 512K limit or something, though just FYI.
Aug
25
accepted How does JavaFX cache http downloads?
Aug
25
comment JavaFX or Swing?
It might be helpful if you describe the kind of application you are building.
Aug
25
answered JavaFX Applet web-page refresh and close notifications?
Aug
25
answered How does JavaFX cache http downloads?
Aug
25
answered How to debug JavaFX
Aug
25
answered JavaFX or Swing?
Aug
20
comment Groovy equivalent to Python’s exec statement?
Sorry I must have been on crack or something. You now have a real answer :)
Aug
20
revised Groovy equivalent to Python’s exec statement?
added explanation
Aug
18
comment CSS Container DIv Height. Floating DIV questions.
Ah yes I see that now, thanks.
Aug
18
answered Groovy equivalent to Python’s exec statement?
Aug
18
answered CSS Container DIv Height. Floating DIV questions.
Aug
17
answered Blocked Background on lines within Paragraph Tag
Aug
17
comment Disable spell-checking on HTML textfields
Just because it was the best answer at the time. I'm guessing Michiel hasn't gone back through and marked the other one as correct. That would be fine with me since it is a better answer.
Aug
17
awarded  Popular Question
Aug
14
answered How to execute the output of a command within the current shell?
Aug
8
answered Changing Scrollbar Position