is der any code or something so tha t a can attach a document or an image .pls help i am new to swings i am not getting anything here
Printable View
is der any code or something so tha t a can attach a document or an image .pls help i am new to swings i am not getting anything here
You may use Jlabel ro display Images. below is sample code:
ImageIcon icon=new ImageIcon("Path of image");
jLabel1.setIcon(icon);
Hope it works.
i must attach a word/image file dynamically..the above code does work only for static type.help me out
What do you mean by "attach"?
db
actually i am developing an email application so i need to attach documents n images ....means to save the files der ..in the mail...hope u got it!!!!!!!!!!!!!!!!!!!!!1