I continue reading my JavaFX book and learning by example and continue finsing amzing all the new things I am learning and trying out. So I created a quick and small example of a simple JavaFX GUI with a couple of effects, the EXIT button is blur and the main text has a reflection. I […]
Posts with the sample tag
Tiny Calendar – example 11
I was working on another part of my new program that requires a calendar to select dates and therefore like always I do a test class first to make sure I get it all right and working before joining the code in the main program, so here is a example of a tiny calendar that […]
Fonts Format – Example 08
After my last post “Available Fonts – Lesson 07“ when I created a #java class example to list of all available font(s) and passing it to #JList, I decided to create another class in which it actually shows the format all the font. I spent a while trying to pass the font format to the […]
Lesson5 – JLabel, Numbers & Action
I have not posted recently as I am spending all my available time on my new application but I though I post some new code example for those that like learning by example. So here we have for today I have example how to. 1) Created a JLabel final JLabel currentNumber = new JLabel(“0”, JLabel.CENTER); […]
Lesson 4 – Change Backgroup Colour
It has been a few days since I posted anything and that is simply because I started working on a new little project/application now that the CalculatorOrangeLite is finished and uploaded. I was going to work on the Calculator Pro (scientific) but decided to give that a rest for a while and decided to start […]