I am designing a form in java using JDeveloper.
I am new to JDeveloper.
In JDeveloper tool I didn’t found any option to directly add image to form like .Net.
And I don’t know how to add image to form manually.
is there any other way to solve it out.
So please help me to solve it.
I am designing a form in java using JDeveloper. I am new to JDeveloper.
Share
As simple as this :
Yayy! Now your image is a swing component ! add it to a frame or panel or anything like you usually do! Probably need a repainting too , like