Can you optimize the style of the interface? #16
Replies: 3 comments 2 replies
-
Hello,
could you provide some suggestions how the better and more modern interface
should look like?
…On Tue, Aug 31, 2021 at 10:02 AM 1203086522 ***@***.***> wrote:
I really hope you can optimize the icons and interface, because it looks
very old. Or let the user customize the appearance
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNDUUD3EBW36HOQI55543DT7SEDDANCNFSM5DDQZIKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
I found some editors that look good on the Internet, hoping to provide you with some optimization inspiration: The distance between their icon and the sideline seems to be larger |
Beta Was this translation helpful? Give feedback.
-
Yes JSME, looks old. JSME is based on JME, the more than 20 years Java editor. The code of the user interface is still the same. It is implement using the Java AWT GUI toolkit. There are no icons. All buttons are drawn using the java.awt.Graphics2D class. In JSME, the graphics 2D are converted to SVG (most recent browser) or VML (old Internet Explorer browsers). Thus, reimplementing the user interface to support button customization would require some work. There are no sprites in JSME. Customization of the line and borders might be easier to implement.
Options to reorganize the layout might be easier to implement.
Yes that looks nicer, but uses also more space. Thank you for your suggestions. Bruno Bienfait |
Beta Was this translation helpful? Give feedback.
-
I really hope you can optimize the icons and interface, because it looks very old. Or let the user customize the appearance
Beta Was this translation helpful? Give feedback.
All reactions