About Mark-Anro Silva

Software Engineer | UI/UX Engineer, Java, JavaFX, GWT and Scala.

List/Grid Author Archives Subscribe to the RSS feed of Mark-Anro Silva

javafx-logo

JavaFX Game (Connect Four)

This is my first JavaFX game tutorial and my first blog post about JavaFX panel. I made this connect four game with just 200+ lines of code just enough for a simple game. I used the ...
google-gwt-logo

GWT and HTML5 Canvas Demo

This is my first experiment with GWT and HTML5 Canvas. My first attempt is to create rectangles, with just a few lines of code I came up something like this:Code:public ...
javafx-logo

JavaFX 2 Form with Tron effect

This is a simple JavaFX Login Form with a TRON like effect. In this example I am using CSS to style the TextField and Button. Here is the snippet of the CSS and Effect code: .text-field{ ...
google-gwt-logo

GWT Custom Button using UIBinder

Here’s an example on how to create a custom button using UIBinder on GWT.public class GwtUIBinderButton implements EntryPoint {public void onModuleLoad() { Button button ...
© 2010-2012 Java Code Geeks. Licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
All trademarks and registered trademarks appearing on Java Code Geeks are the property of their respective owners.
Java is a trademark or registered trademark of Oracle Corporation in the United States and other countries.
Java Code Geeks is not connected to Oracle Corporation and is not sponsored by Oracle Corporation.