I made a Java application with AbsoluteLayout using NetBeans on a Machine then I moved project data files to another machine, there I got Reference Problem message for some libraries including AbsoluteLayout library.
I fixed project libraries and removed AbsoluteLayout.jar from Project libaries and added it again using Netbeans's add library option.
Now in the Set Layout
menu there is no AbsoluteLayout
!! (For all projects!!)
How Can I add AbsoluteLayout to SetLayout menu of Netbeans again?
Thanks