Swing
-
Core Java
Add RGB Values Into setColor() in Java
In Java, graphics programming often requires manipulating colors for various visual elements. The setColor() method plays a crucial role in…
Read More » -
Desktop Java
CDI events in Swing application to decouple UI and event handling
After having the pleasure of building my code around CDI for couple of years, it feels very natural to use…
Read More » -
Desktop Java
OpenMap Tutorial Part 2 – Build a basic map application using the MapHandler – Part 1
1. Introduction In the first tutorial we created a basic OpenMap GIS application that displays a map with one shape…
Read More » -
Desktop Java
OpenMap Tutorial – Part 1
Introduction This series of tutorials will show you how to build Java applications using the OpenMap GIS Java Swing library.…
Read More » -
Desktop Java
Java Swing Model View Adapter Mediator
Typically I build my Java applications based on Spring Framework. However, I was recently asked to implement a Java desktop…
Read More » -
Java核心
115 Java面试问题和答案 –终极列表(PDF 下载)
在本教程中我们会讨论在Java面试中可能被用到的各种类型的问题,以便面试官来测试你的Java和面向对象开发(OOP)方面的大概水平。 在接下来的章节我们会讨论面向对象编程(OOP)和它的特点,关于Java及其功能的常见问题,Java 集合框架(Collections), 垃圾回收,异常处理,Java applets, Swing, JDBC, 远程方法调用(RMI), Servlet 和JSP。 让我们开始吧! 目录 面试对象编程(OOP) Java的一些常见问题 Java线程 Java集合 垃圾回收 异常处理 Java Applets…
Read More » -
Desktop Java
Call to verify responsiveness of your JavaFX UIs
Recently Jim Weaver installed my little picture indexing app “picmodo” for a demo on his Surface Pro and the GUI…
Read More » -
Desktop Java
Swing and JavaFX: working with JFXPanel
I soon will have to deal with JavaFX in a Swing based fat client – oh sorry, of course I…
Read More » -
Desktop Java
Programming a simple slot machine game using Java
No matter how simple or complex the game is, Java can do the job! On this post, let’s take a look…
Read More »