#JavaFX Help
1 messages · Page 1 of 1 (latest)
<@&987246487241105418> please have a look, thanks.
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
u want a ui help?
yeah pretty much
I've never done anything UI before, but I'm pretty much done with all the other logic when it comes to items and inventory
u want to make the design look betr or wot?
no, I just want to know how to do smth like that or where to start
the image is for inventory?
yeah, tht's how I want the UI to somewhat look
make the file,map.item,exit links color vibrant it feels hard to see
like a lil light
the active color is fine
no no, that's just an image, that's not my actual project
..
I am trying to make something BASED off of it
so u want to know how to start hmm
yes yes
prob just the same colors as that, I just never done anything UI before so
u wanna give a modern look or old rusty look?
if rusty then that color scheme in the image is perfect
yeah probably old rusty look
sounds good then
just make the color of file,map,item,exit a lil lighter
ah btw
wht things u wanna show?
in the inventory?
name them
the item instances tht are in the inventory, so prob the images of the items
i have like 12 different items, and small crafting logic between a few
start by deciding what type of pane you'd want to use. the type of pane determines how you'll be able to layout components
you can use Pane if you plan on using absolute positioning
oh okok
looks like you can place the components youre showing on a grid, so maybe look into GridPane
yeah, I have SceneBuilder downloaded on IntelliJ, but a lot of tools so I'm just lost on everything
ill start there then
i thought u wanted to know how to make the ui for the inventory... but u needed smthing else
ig
so yea idk javafx so bye from my side
lol
@abstract ferry do you have any rlly good or actually useful tutorials that I could follow?
or channels
if its your first time using JavaFX, just about any tutorial would help, since you need to get exposed to the framework & how to use scene builder
i don't have any specific tutorials in mind, everyone learns differently
i learned from a book
thank you 👍
brocode javafx?
ngl but I wouldnt recommend just watching a 4h tutorial
yeah, I could try to take a look at some books too for more in depth stuff
problem is that there isnt really a good course for javafx
ah damn
yeah I hear abt how no one ever uses JavaFX but I really wanna try and finish a full GUI app in Java at least
wouldnt say that no one ever uses JavaFX
its literally the goto for desktop application with java
but most nowadays use web application or other frameworks for creating desktop application
its just missing a good course imo
should I try to make a web app instead?
no, try out javafx
okok, I'll just stick on the path I'm in, I've gotten rlly far in my project
trying my best to apply almost all the concepts I've learned to it
I'll just keep looking into JavaFX then, thank you guys
Take a look at this YouTube vid I put together on getting started with scenebuilder. If it helps great. https://youtu.be/VaAu-6geAnA
Using Gluon SceneBuilder to create a simple GUI for the JavaFX Text To Speech application. To download the code used in this example visit the Software Pulse website at http://softwarepulse.co.uk/tutorials/java-text-to-speech-the-basics/