Fastest way to create a Java message dialog (swing/awt/other)?

后端 未结 10 932
醉梦人生
醉梦人生 2021-01-17 12:41

I\'m creating a Java application that will do some processing then needs to display a message to give the user feedback.

However, it appears to be incredibly slow -

10条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-17 13:09

    Have you tried running it through a profiler like NetBeans? If there's a bottleneck deep inside the standard library, that's a good way to find it.

提交回复
热议问题