R
Ramon F Herrera
So far, I have been programming my interfaces by picking the available
Swing components in my IDE. Sometimes, however, a programmer needs a
richer visual interface. I have always noticed that the standard
(compiled, non-Java) Windows programs tend to have a more professional
look than their Java counterparts.
Let me give an example: I have a program that displays and manipulates
images and I am really jalous of the way the "Zoom Toolbar" looks in
Adobe Acrobat. That's the kind of visual quality that I am trying to
achieve. Is it possible to write an exact (or close) replica of that
zoom toolbar in Java? With the "floating" toolbars that somehow deck
next to each other?
I have read a little about JavaBeans. Is this what JavaBeans is for?
To achieve very nice and professional looking widgets? How hard (and
expensive) is it to have a high quality JavaBean custom written for
you?
TIA,
-Ramon F Herrera
Swing components in my IDE. Sometimes, however, a programmer needs a
richer visual interface. I have always noticed that the standard
(compiled, non-Java) Windows programs tend to have a more professional
look than their Java counterparts.
Let me give an example: I have a program that displays and manipulates
images and I am really jalous of the way the "Zoom Toolbar" looks in
Adobe Acrobat. That's the kind of visual quality that I am trying to
achieve. Is it possible to write an exact (or close) replica of that
zoom toolbar in Java? With the "floating" toolbars that somehow deck
next to each other?
I have read a little about JavaBeans. Is this what JavaBeans is for?
To achieve very nice and professional looking widgets? How hard (and
expensive) is it to have a high quality JavaBean custom written for
you?
TIA,
-Ramon F Herrera