Search results
"tag:swing"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
Java6 Drag and Drop JTree to JList
Like I said in my last post, I spent a lot of time trying to get drag and drop to work from a JTree to a JList. I noticed someone trying to do the same thing in the Swing forum on JavaRanch so I ripped out my code I wrote, cleaned it up, and am posting ... |
Nov 14, 2008 12:47:00 PM |
|
2
|
This Is What Ticks Me Off With Sun and Swing
So I have been spending most of my evening trying to get drag and drop from a JTree to a JList to work with Java6's alleged "simpler D&D support". Simple is relative. I need to actually transfer the user object from the DefaultMutableTreeNo... |
Nov 13, 2008 8:41:00 PM |
|
3
|
Part 3 of ?: Swing Application Best Practices
If you haven't seen Part 1 and Part 2 of this series I invite you to read those. I'm really excited about the amount of response I have received on these posts and I really think something good can come out of this. The only problem thus far is I have ... |
Nov 13, 2008 11:55:00 AM |
|
4
|
Part 2 of ?: Swing Application Best Practices
In Part 1 I introduced the need for a simple project to help demonstrate and teach Swing best practices. Today I want to talk about areas of focus or areas in Swing development where best practices actually lend a helping hand. How to create and add a ... |
Nov 12, 2008 9:03:00 AM |
|
5
|
Part 1 of ?: Swing Application Best Practices
Today I have been participating in a small thread on JavaRanch titled Swing desktop application best practices. David's question in that thread is one I remember asking years ago and in fact never got a good answer. To this day I still look for the ... |
Nov 11, 2008 11:19:00 AM |
|
6
|
Sun Abandons Non-RIA Developers
Reports here and here state Sun is abandoning Swing. Sure, it will be available in the core API for quite some time and I'm sure they'll get to all the bugs. It's not like there have been bugs that have gone unanswered since Swing was first released. ... |
Nov 6, 2008 12:11:00 PM |
|
7
|
Random Thoughts of the Day
This is just sort of a rambling of general thoughts that by themselves don't amount to much but all of them together might make for a nice blog entry, I thought. |
Oct 30, 2008 6:00:00 PM |
|
8
|
Choosing the right Tech for a New Project
For about a year now I've been sitting on a project idea. I've prototyped a few things out, written some stuff down. I've talked to a handful of colleagues about it. Lately it has become something I am more and more interested in doing. Over the last ... |
Oct 23, 2008 2:18:00 PM |
|
9
|
Some Thoughts on Swing, MVC, and Available Application API's
Sometimes while developing I get crazy thoughts and decide to completely go against the norm, mix things up, and do something that someone else at some point tried and already realized what a horrible idea it was. I just feel like I have to put myself ... |
Sep 25, 2008 3:00:00 PM |
|
10
|
[Swing] Implementing Goto Class and Find resource
Last week I wrote an entry on implementing application wide hotkeys or global hotkeys. I mentioned writing a new article on how I implemented IntelliJ's Goto Class though I think calling it the same as Eclipse's Open Resource is a better name for my ... |
Aug 4, 2008 8:44:11 AM |
|
11
|
[Swing] Application Wide Hotkeys
I'm working on a Swing application and I need the ability to have application wide hotkeys. Basically that means no matter what I am currently doing in my app specific keystrokes always do the same thing. For example I am mimicing IDEA's CTRL+N ... |
Aug 1, 2008 2:48:00 PM |
|
12
|
SwingBuilder: Integrating Groovy and Java
Today's SwingBuilder excursion revolves around the fact that I am developing a Swing application where Groovy isn't being used at all. What I realized was that while I can't say for certain if SwingBuilder really makes complex forms easier to write I do ... |
Apr 9, 2008 4:55:00 PM |