• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Zoom in Jpanel

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys

I was just wondering if anyone had any pointers when it come to zooming with a JPanel, i am looking to implement a zoom in and out feature but not sure how to tackle this. I have done some bckground research but have yet to find anything to aid my attempts. any tips / hints will do

Thanks alot Nick
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

try to look at this http://www.pbjar.org/blogs/jxlayer/jxlayer40/

actually I have used the older version 3.0 for proving a concept in a GUI application.


I hope this get you started.
reply
    Bookmark Topic Watch Topic
  • New Topic