-1

everyone. My name is Nick, a totally newbie to Javafx. Recently, our team has been running a project and we would love making GUI by Javafx. I am being stuck at the moment. The following is what's in our imagination:

enter image description here

After reading some documentations, here what I've got:

enter image description here

I really appreciate if someone could help give me some hints to get things done. This is an academic project. Thanks so much for your valuable time.

Best Regards

nicknguyen128
  • 67
  • 1
  • 8
  • Please ask specific questions. Whith what do you have problems? – Puce Mar 07 '14 at 11:38
  • Hi Puce, so sorry for my mistake. I've got 3 troubles here: First, My table has 3 columns instead of 2. Second, the buttons are supposedly on the left rather than at the bottom. Lastly, how to add words above my table. – nicknguyen128 Mar 07 '14 at 11:45
  • The way StackOverflow works is if you have 3 troubles which are pretty unrelated, then ask 3 specific questions, one for each trouble and make each question self contained so it can be understood, the issue replicated and a solution provided. I suggest that in each question you provide an FXML file which can be loaded into SceneBuilder and demonstrates only the one "trouble" that the question is asking about. – jewelsea Mar 07 '14 at 11:57

2 Answers2

2

I would recommend using Scenebuilder tool. It is a WYSIWYG GUI editor provided especially for the purposes like yours.

xuesheng
  • 3,396
  • 2
  • 29
  • 38
0

Look at this links.. using this you don't want design manually.. with netbeans you can design just by drag and drop content what you want.

Scene builder is also good tool to design your system at a stretch.

JavaFX Scene Builder A Visual Layout Tool for JavaFX Applications

First of all take a look at this. so you can get through easily in javaFX.

Java GUI Applications Learning Trail

After looking all this.. then any problem occurs then ask here..

Thanks..

Java Man
  • 1,854
  • 3
  • 21
  • 43