So, I was making an application that used Htmlunitdriver and webdriver in Netbeans, and it works dandy. So I want to transfer it over with some rearranging onto Eclipse for Droid programming. However, when I post like... WebDriver driver = new HtmlUnitDriver(true); it does not give any "import htmlunitdriver" option.
This also happens when I try to add DefaultModelList to Eclipse.
Do I have to add these manually? Or are these not supported? If they are not. How I can work around this issue?
Thank you!
-Austin
EDIT: JOptionPane also isn't showing up as an import class option either. :S