Monthly Archives: October 2012

[WebSocket] Java client for jWebSocket Server

jWebSocket is an open source Java and JavaScript implementation of the HTML5 WebSocket protocol with a huge set of extensions. Check out http://jwebsocket.org/ for more information. Following program is an extract from a Java Demo(jWebSocketAdmin) application included with the jWebSocket Server … Continue reading

Posted in Thechy Stuff | Tagged , , , , , | 2 Comments

[Java FX 2] Stage with rounded corners and background image

I recently had a requirement of making the window of a Java FX application with rounded corners and a background image. It is simple making rounded corners but difficult with a background image filling the main stage. After googling around i found … Continue reading

Posted in Thechy Stuff | 3 Comments