Here is a simple #java digital clock idea that can be used as the bases for something allot nicer or even eventually a eye candy widge/icon/desklet is you are artistically inclined. This is the simple outcome and as you can see very simple but a nice starting point. Here you have a code snip of […]
Posts with the example tag
Java swing component replacement
I was working on my new project last night and found a requirement that I was not sure it was possible but I tried it out and it worked, obviously had a bit of google help but ultimately managed to accomplish just what I wanted to replace exiting initiated component with new component . I […]
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 […]
ColouringPixels – Example 09
Another bit of fun I had today where I used #Jave Cavas, Color, Graphics and #Swing JFrame to create a simply colouring pixels class all we are doing is creating square a JFrame 400×400 pixels (few extra pixels required for the frame it self) and then we extend the Canvas and colour the pixels symmetrically. […]
Available Fonts – Example 07
#Java Available Fonts – Lesson 07 a new example for you to learn by example, this week I was trying to figure out what fonts I had available on one particular system as my code was displaying different fonts on other test systems. So I wrote a simple example how you can check what fonts […]