-
I need a colour chooser with a full true colour selection possible. The JColourChooser is rather nice, but unfortunatly its about twice the size that i’d like and it doesn’t scale
Does anyone know how to either scale the chooser, or any alternatives? At the moment i’m thinking i’ll have to write my own minature version and have the JColourChooser as a dialog when double clicked.
-
I’d like the user to be able to drag nodes in a JTree around to change the parenting (much like in windows Explorer). Annoyingly, this page ( http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html ) seems to suggest that a JTree cannot have drop events. Is this possible?
-
Anyone know a good book that covers more than just the basics of Swing?
- I think you have to write it on your own
- No, it is possible. Look there : http://search.java.sun.com/search/java/index.jsp?col=javaforums&qp=%2Bforum%3A57&qt=dnd+tree&x=0&y=0
- … I have one @ work…i will be able to tell tomorow
No, it definately works. Did it. Have it at work. Was pretty straightforward IIRC. (ok, dnd is never really straightforward)
That’s the book I am using: