Jaytee Simon

Greenhorn
+ Follow
since Sep 08, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jaytee Simon

I'm having a frustrating time trying to set my background image in my css file using scenebuilder and JavaFx. I put the file in my projects folder (my view package ) and I even set my id and Style in the right hand side of my scenebuuilder window. I still cant get the image to appear. I can get a color to appear and everything else but I cant get that image.my id

Is set as AnchorPane so I used this in my style sheet:


Then I did this in my Main Class and method:



FXML



and after all this I get No image. I just wan't to know what I'm doing wrong for something soooo simple?

I've added several screen shots just to give you an idea...

8 years ago
Yeah I got the controller linked, well the root frame/controller I have linked and thanks for reminding about the menu to the right in scenebuilder...
8 years ago
Thanks for the reply yeah I got it wrapped I'm just trying to do small things like click a button and select a text file then manipulate it in my gui
8 years ago
Hello Everybody!!!
I have a simple algorithms done but what I want to do is wrap a gui (view) around my program with javafx fxml. I already designed the gui with scene builder and now I'm trying to intergrate the view with the model and controller. Is there a hot tutorial out there that teaches this or does anybody have any suggestions?
8 years ago
Hello There!
I've been practicing my JavaFx 8 and I'm playing around with some tutorials. What I would like to know is after i populate my cells in a table how would I do a comparison of the value in two cells and then print weather the values are equal or not in the next available cell. I've adjusted and studied the code and I'm pretty relaxed with the GUI it's just the data manipulation i'm ify about.

I want to compare the two numbers in column 1 and 2 then print true or false in the third (I'm gonna get rid of the fourth column......

Please Help


8 years ago