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

0
2 comments
Avatar
Permanently deleted user

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


0
Avatar
Permanently deleted user

Alexey

That took care of it. Thanks!

Todd Breiholz

0

Please sign in to leave a comment.