-
Blogroll
Freiheit
Friends
Meta
March 2021 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
Category Archives: GUI
Naked Objects – Born Again
Eitan Suez has just open-sourced his JMatter framework which is an implementation of the Naked Object Paradigm explained in a Book by Pawson and Matthews. This Programming Model seems to be very expressive. As far as I know JMatter is … Continue reading
Posted in GUI, Java, Software, alt, Visionäre Projekte
Leave a comment
Use TAB in JTextArea for Focus Traversal
Lukily I found this article, which explains how to change the behaviour.
Posted in GUI, Java, Uncategorized
Leave a comment
Beyond Java
After my recent post about the advent of the sunset of java I’ve read Bruce Tate’s “Beyond Java”, which seems to fall into line with my argument. What I did particularly like about the book was the statement that Java … Continue reading
Posted in GUI, Java
Leave a comment
Forms and Binding for SWT
Yesterday I learnt that Karsten’s brilliant
Posted in GUI, Java, Review
Leave a comment
Input Validation
Was mir heute noch kam: Der übliche Ansatz (für Swing glänzend implementiert durch JGoodies Validation) besteht darin, dass beim Validieren für einzelne Felder eine Fehlermeldung und eine Fehlerkategorie (Fehlender Wert, ungültiger Wert) angegeben werden kann. Zusätzlich könnte noch eine Action … Continue reading
Posted in GUI
Leave a comment