I recently changed over to the Oracle JDK due to my interest in learning JavaFX, and after doing so upon changing the path for Netbeans and reopening, the text in the left panel and in the new project wizard is now cut off in weird ways.
I tried solving the issue by uninstalling Netbeans to no avail, and even went as far as to uninstall Netbeans (including configurations), then the JDK and reinstall both. The issue is still persisting and it seems I do not have the knowledge to solve it, any help would be greatly appreciated!
2 Answers
I fixed the issue by changing NetBeans settings.
GoTo: Tools -> Option -> Appearance -> Look and Feel and select "Preferred Look and Feel" = Metal (was GTK+ by default) and check "Maximaze use of native look and feel".
Then restart IDE and all menus were OK. Play with IDEs settings there to see what works for you.
1Try to change font and font size from Gnome Tweak Tool. Try different font other than default font. Change fonts. (windows Title, interface, documents )
And then, Close Netbeans then restart lightdm. Press Alt+f2 write r. Enter
Open netbeans it should work.
2