File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java FX and the fly likes public static final int in javafx Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java FX
Reply Bookmark "public static final int in javafx" Watch "public static final int in javafx" New topic
Author

public static final int in javafx

Fabricio Sanchez
Ranch Hand

Joined: Mar 11, 2003
Posts: 32
Hi there,

I can't find a way in javafx to use public static final int variables.
Can anyone tell me the official way to do this (or a work around)?

Example in java:


javaFx attempted code:


However the above doesn't work. I'm guessing because maybe I'm trying to access a value before the object has been initialised.

Any help greatly appreciated.

Best regards,

Fabricio

This message was edited 1 time. Last update was at by Fabricio Sanchez

Fabricio Sanchez
Ranch Hand

Joined: Mar 11, 2003
Posts: 32
I think I found my own solution.
Declare the variables outside the public class .. { .. }
So, in my case:



After that, I could access them just the same as public static final ints in java.

Hope this helps someone else.

Cheers,

Fabricio

This message was edited 1 time. Last update was at by Fabricio Sanchez

 
 
subject: public static final int in javafx
 
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com