Using TextFieldWithBrowseButton in UI Designer palette?
I added com.intellij.openapi.ui.TextFieldWithBrowseButton to the UI Designer palette, but when I place an instance on a UI form, I see the error "Class com.intellij.openapi.ui.TextFieldWithBrowseButton cannot be instantiated" in the form outline.
Thanks!
Todd
Please sign in to leave a comment.
Hello, Todd!
You wrote on Tue, 28 Sep 2004 20:27:30 +0400 (MSD):
TB> I added com.intellij.openapi.ui.TextFieldWithBrowseButton to the UI
TB> Designer palette, but when I place an instance on a UI form, I see
TB> the error "Class com.intellij.openapi.ui.TextFieldWithBrowseButton
TB> cannot be instantiated" in the form outline.
You must have trove.jar in project classpath.
Thanks!
--
Alexey Efimov, Java Developer
Tops-BI
http://www.topsbi.ru
Alexey
That took care of it. Thanks!
Todd Breiholz