This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

fancy GUIs anyone?

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hiya pals
i was interested in making some funky UI's for appplications ..like those of winamp, windows media player 8 etc.
is somethin of this sort possible with swing?
if so please gimme a starter...i'll work on it right away..
cheerios
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure, you just draw the UI layout as an image, and handle all your clicks manually - that's how these applications do it. It's like an HTML imagemap (if you are familiar with those).
 
Stanley George
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi frank
first of all thanx.
yes i do know about HTML imagemaps...
i presume that we can also do imagemapping in java too....but will that not be 'inside' an application window...or at the most a JWindow?
can i get a UI with an unconventional boundary eg. the main UI in a circular main screen (not a rectangular app window)..
and all this as a standalone application..
thanx again
 
reply
    Bookmark Topic Watch Topic
  • New Topic