magnify
Home Archive for category "Java"
formats

How to create JavaFX FXML custom component

Each developer needs to create custom components very often, but in JavaFX with FXML forms it is not so simple. Here is a simple guide, how can you create your FXML custom component and how can you use it in your FXML form. You can download source code at the end of the post.

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

How to create Apache Maven project with JavaFX and FXML support

If you want to create a maven project with JavaFX and FXML support, you are in the right place. Here is a simple guide. We will prepare a simple maven project. You can download source code at the end of the post.

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
1 Comment  comments 
formats

How to Eclipse + JavaFX + fxml + Scene Builder (WYSIWYG designer)

Since JDK 7u6 is JavaFX 2 integrated to JavaSE on all major platforms (Windows, Linux and Mac). I think that it is time to start switch from SWING to JavaFX. I use Eclipse 4.2 on Ubuntu 12.10 64bit with WindowBuilder Pro installed for SWING WYSIWYG design, but there is no plug-in with JavaFX GUI designer.

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Java – get correct system colors

Published on 10 May, 2012 by in Java

When I created my sustom ListCellRender I had to set colors of each item in a list. I thought that I can use a SystemColors class, but what was my surprise that the class returns different colors than I have been configured in the operating system. I found solution at the google. Original post: http://www.devdaily.com/java/java-uimanager-color-keys-list

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Installation of Eclipse Helios JEE 64bit and plugins for Java development

Guide for Eclipse Helios JEE 64bit and plugins installation which I use for Java development

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

JBoss 5.1 AS JDK6 – JBoss RiftSaw – BPEL installation

JBoss RiftSaw Project Riftsaw is a WS-BPEL 2.0 engine that is optimized for the JBoss Application Server container. WS-BPEL 2.0 is an XML-based language for defining business processes that orchestrate web services. More info http://www.jboss.org/riftsaw.html. Prerequisites – You must have installed JBoss 5.1 JDK6, Apache-Ant and JBossESB before we start.. JBoss RiftSaw instalation Download installation

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

JBoss 5.1 AS JDK6 – JBoss ESB installation

JBoss ESB information JBossESB is the next generation of EAI – better and without the vendor-lockin characteristics of old. As such, many of the capabilities mirror those of existing EAI offerings: Business Process Monitoring, Integrated Development Environment, Human Workflow User Interface, Business Process Management, Connectors, Transaction Manager, Security, Application Container, Messaging Service, Metadata Repository, Naming

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

My TOP plugins for Eclipse JEE

Eclipse ResourceBundle Editor Eclipse plugin for editing Java resource bundles. Lets you manage all localized properties files in one screen. – More info on http://sourceforge.net/projects/eclipse-rbe/ Installation – You have to install this plugin manually – Download the ZIP from SourceForge http://sourceforge.net/projects/eclipse-rbe/ – Unzip it under your Eclipse installation folder Eclispe Visual Editor – Swing and

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Installation of Eclipse and JBoss Tools

Eclipse JEE Galileo installation Download installation file – Download TAR.GZ package (example eclipse-jee-galileo-SR2-linux-gtk.tar.gz) from this url: http://www.eclipse.org/downloads/packages/release/galileo/sr2. Note: Eclipse Helios is not supported at this moment, download older version Galileo. Installation – Run terminal and login as root su – - Go to “/usr/local” directory cd /usr/local – Untar eclipse package tar xvzf /PathToDownloadsDirectory/eclipse-jee-galileo-SR2-linux-gtk.tar.gz JBoss

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Installation of JBoss AS 5.1 on Fedora Core 13

Java JDK installation Download installation file – Download rpm.bin package (example jdk-6u20-linux-i586-rpm.bin) from this url: http://java.sun.com/javase/downloads/index.jsp. Note: you can Skip login step. Installation – Run terminal and login as root su – - Change right directory (example /tmp) and Make JDK binary executable cd /tmp chmod +x jdk-6u21-linux-i586-rpm.bin – Run installation ./jdk-6u21-linux-i586-rpm.bin – Install new

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
2 Comments  comments