Eclipse Bug: Unhandled event loop exception No more handles

后端 未结 23 1990
栀梦
栀梦 2020-11-28 23:34

I\'ve built a GUI using Swing and the MigLayout.

I am using Eclipse 4.2.2 (64-bit) on Windows 7 Ultimate. Every time I click back into the window to edit my code, a

23条回答
  •  無奈伤痛
    2020-11-29 00:32

    There is a workaround: Change the Java editor to WindowBuilder.

    Eclipse → Windows → Preferences → File Associations →, choose WindowBuilder Editor as Java default editor.

提交回复
热议问题