Adding a JList Box

Now that we’ve added JComboBoxes, and Buttons to Create New and Save Data, lets work on loading data from our data source. We have our existing Student Data Access Class which we can use. Now we need to focus on getting a list of students, and displaying them. To do so, we’re going to start…

Black Hat Techniques that Don’t Work Anymore

In some cases we’re told what we need to know to rank in a search engine listing. But in many cases, changes and factors are applied without us knowing, which can be frustrating. In most cases, the search engines are trying to thwart “black hat” techniques, so they don’t necessarily want people to know they…

An Introduction to GUI Design in Java

In early versions of Java, there was a GUI (Graphical User Interface) measure using AWT (Abstract Windowing Toolkit). However, it was quickly replaced with Swing, part of the JFC (Java Foundation Classes) for a couple of reasons. Java Foundation Classes (JFC) are a set of GUI components which simplify the development of desktop applications. Java…