Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does UIKit work with Swing?

swing uikit
0
Posted

Does UIKit work with Swing?

0

UIKit can create Swing components just like any other Java objects, but it is not specifically designed for creating Swing layouts. For example, it does not know how to added JMenus to a JFrame, or how to make full use of some of the Swing layout managers. It would be quite simple to modify it to correct these problems, and you are certainly welcome to do so. I have no plans to do so myself, however. I regard Swing as an abomination, and don’t want to do anything that could possibly encourage anyone to use it. (Ok, it’s not that bad if you ignore the painfully slow performance, the ludicrous memory requirements, the depressingly badly implemented text editing, the “imitation” components that behave almost-but-not-quite like real native components…except for a few particularly egregious cases that don’t even come up to the level of “almost”…perhaps I had better stop now.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123