Does it make sense to combine multiplatform (on jvm) with swing to create own composable components from scratch?
a
Alex Styl
10/28/2024, 2:21 PM
yeah. why wouldnt it?
c
Christopher Hübner
10/28/2024, 2:23 PM
Thought, there where better approaches.
a
Alex Styl
10/28/2024, 2:37 PM
if swing has some component you can make sure of, it's much better than having to re-invent the wheel. the only issue is that you cannot share the code with other platforms.
what component do u need?
c
Christopher Hübner
10/28/2024, 3:11 PM
I do need a "what you see, is what you get" rich text editor.
u
אליהו הדס
10/28/2024, 3:30 PM
Personally I think swing components are ugly, and I think it's much more worth it to create components for Jewel.
אליהו הדס
10/28/2024, 3:32 PM
I think Jewels components are really beautiful, and it's in my opinion the prettiest cross-platform GUI out there.