Hi I am doing java project for Image Hiding.Basically I am vc++ programme I have habit of making Dailog using visual studio where i can put button anywhere i want using mouse,but while i am trying same thing using java(using eclipse) it is not easy to move button,can u help me plz.Another question is which inteface should I use to import the image from the file and show the image in the dailog(Like c# have .net component image to show the image).Plz help

which inteface should I use to import the image from the file

The ImageIO class has methods for reading images from a disk file.

show the image in the dailog

You could make the image an icon in a JLabel.
The ImageIcon class also has ways to get its image from a file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.