This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes V2 - Problem with Image & Browse file. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "V2 - Problem with Image & Browse file." Watch "V2 - Problem with Image & Browse file." New topic
Author

V2 - Problem with Image & Browse file.

vu vinh
Greenhorn

Joined: Nov 08, 2005
Posts: 3
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 !
Craig Wood
Ranch Hand

Joined: Jan 14, 2004
Posts: 1535
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

Joined: Nov 08, 2005
Posts: 3
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: V2 - Problem with Image & Browse file.
 
Similar Threads
autocad file with java
V1: manipulate my image
Renamae browse button of inputFile
Getting image location
Write Chess Game