Click here to Skip to main content
15,885,655 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Java
//---- label5 ----
label5.setText("Drag and drop your texture\npack in the box *.zip files");
label5.setIcon(new ImageIcon(
    "E:\\Chituri\\MBMLauncherJava\\src\\resursele\\dasdasdasd.png"));


But I want to make something like this:

Java
//---- label5 ----
label5.setText("Drag and drop your texture\npack in the box *.zip files");
label5.setIcon(new ImageIcon(
    "E:\\Chituri\\MBMLauncherJava\\src\\resursele\\dasdasdasd.png"));
drag files in the label > automatically move files in particular folder (E:\\Chituri)


How I can do this?
Posted

1 solution

You should read here: Drap And Drop in Java - the Java Tutorials[^]

And as you are trying to learn the language I would recommend a good old fashion book. These have the advantage to reveal secrets without knowing keywords - pretty cool.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900