Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Dmitry Jemerov 
Subsystem
GUI Designer 
Affected versions
Fixed in
Fixed in build
Next build 
Build
4069
Fixed in build
4187
  • Submitted by   Dirk Dittert
    4 years ago (07 Dec 2005 00:21)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:25)
  • Jira: IDEA-30914
    (history, comments)

IDEA-30914

Unable to preview form

I just created a new form (not bound to a class yet). When I try to preview the form, I get:

Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.util.MissingResourceException: Can't find bundle for base name RuntimeBundle, locale de_DE
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:837)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:806)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:550)
at FormPreviewFrame.<clinit>(FormPreviewFrame.java:12)


Environment: OS X 10.4.3, German locale

Issue was resolved
Comments (4)
 
History (1)
 
Links
 
Colin Madere
  Colin Madere
09 Feb 2006 01:07
(4 years ago)
#permalink
Experiencing same exact problem on en_US system running OS X 10.4.4, Java 1.5.0_05. IDEA version 5.1 build # 4155. Tried with running IDEA with 1.4 JVM and 1.5 JVM (by editing Info.plist in IDEA app package).

Bound or unbound form both get error in completely fresh project only creating a single Dialog through the menu and pressing the "preview" icon in the toolbar.
Colin Madere
  Colin Madere
09 Feb 2006 01:08
(4 years ago)
#permalink
Sample project giving error on OS X 10.4.4
Colin Madere
  Colin Madere
09 Feb 2006 02:09
(4 years ago)
#permalink
original attachment was of project where form was removed, this corrects that
Colin Madere
  Colin Madere
09 Feb 2006 18:36
(4 years ago)
#permalink
The option to generate source OR binary for GUI Designer has no affect on the error.

Building the project/module and then running the class successfully runs the designed GUI, so it seems it is _only_ the preview function.