Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » FXGraph and the use Control constants (e.g. USE_PREF_SIZE)
FXGraph and the use Control constants (e.g. USE_PREF_SIZE) [message #1110843] Tue, 17 September 2013 11:53 Go to next message
Daniel Zimmermann is currently offline Daniel ZimmermannFriend
Messages: 81
Registered: July 2009
Member
Hi,

in my FXGraph I would like to do something like:
minWidth : TableView.USE_PREF_SIZE,
minHeight : TableView.USE_PREF_SIZE,


The question is: How?

Do I miss something in the syntax, or is not possible right know?

Thx,
Daniel
Re: FXGraph and the use Control constants (e.g. USE_PREF_SIZE) [message #1110851 is a reply to message #1110843] Tue, 17 September 2013 12:03 Go to previous message
Daniel Zimmermann is currently offline Daniel ZimmermannFriend
Messages: 81
Registered: July 2009
Member
Sorry for the spam. Just found it:
minWidth : const TableView#USE_PREF_SIZE,
minHeight : const TableView#USE_PREF_SIZE,


But I have to admit: I still found the Layouting (especially scrolling) hard to grasp in JavaFX :-/
Previous Topic:Dialoge
Next Topic:ClassNotFoundException when loading Controller via FXML
Goto Forum:
  


Current Time: Tue Mar 19 04:12:28 GMT 2024

Powered by FUDForum. Page generated in 0.03759 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top