• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

V2 - Problem with Image & Browse file.

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

My problem is : I've a "x.jpg". I want to zoom in,zoom out, rotate... it in may jLable(or another object) ( jLable is unresizeable and it lays at specification on my jFrame).
( I design my jFrame and jLable by netbean 4.1 )

What's actions I need ?

And, anybody here knows way to browse and access file in mobi ? please show me that way.

( Now I need more information about this problem, Please help me.)
Thanhs !
 
Ranch Hand
Posts: 1535
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are a lot of ways to put these things together. You can use a JLabel with ImageIcon and reset the icon with a new BufferedImage in the same way shown here. You can find information about customizing the JFileChooser on the tutorial page How to Use File Choosers
 
vu vinh
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks you for showing me the way to manipulate with Images !

And my second problem is " Browse files in mobilePhone "
as I know JChooser Object only can browses files in my PC. ( I've read a lot document about JChooser but I've not found any method to browse file in mobilePhone ).

Can you help me again ?

Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic