java - eclipse creating new package gives source not found -


i beginner in java , eclipse. created class in default package works fine. when move class new package , add package name @ beginning, gives error. understand cause of problem, tried -

  1. copy same code , add package name @ top.

  2. right click class > refactor > move , select package move class.

  3. drag , drop class in new package. none of things works , "source not found" error.

fyi, class can found in following link- http://pastebin.com/rdtjpc3r

i think way calling papplet. main not correct. can please resolve this?

i using eclipse 4.5.2


Comments