I'm having an issue using Netbeans under Linux, I'm using Arch Linux with KDE and JRE 8 and, as you can see from the screenshot, the GUI fonts are ok, but the source code font rendering is very ugly. I'm using java options for AA, but it only solved the GUI issue, not the source code font rendering issue. I have PHPStorm installed too, to compare, I made a screenshot using the same font and settings in both. PHPStorm fonts are rendered beautifully, Netbeans doesn't, what's the problem?
Netbeans source code font not being well rendered
862 Views Asked by Leandro Jacques At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in NETBEANS
- export function with netbeans from mysql to excel
- issue in my if statement to make comparison in my java program
- How do I change code template triggering behavior in Netbeans 8.0?
- How to get the last integer ID you query in MySQL
- Opening jar file with external library
- How to access a private method
- CoffeeScript For NetBeans 8.0 Plugin: Set Target Folder For Compiles JS
- error with google app engine deploy
- Why won't my JSF app deploy to GlassFish?
- NetBeans commenting
- Store Strings longer than 255 in a database in Netbeans
- How to set jcombo box to what i want
- Wildfly 9.0.0 and Netbeans 8.0.2
- Netbeans unexpected return value error
- Relationship between gcc, g++, cygwin, and wingw?
Related Questions in IDE
- Eclipse Luna with Nodeclipse hangs when navigating a .js file with the Outline view
- Eclipse, how to find how many attributes defined in a class?
- Breakpoint "concurrency" in Intellij
- PhpStorm IDE. Collapse custom/debug code
- How to search for overloaded methods in a class
- Compile my VB.NET application for Mac and Linux
- NetBeans commenting
- Why does eclipse say I have no return statement in this method
- how to build a tarball for installation of application under Linux
- WebStorm not tabbing correctly on a single file
- Can I specify the save location for Delphi .dsk file?
- Low disk space error in Android Studio on MAC during gradle sync and build
- How to get the type of a term inside a do block in Leksah?
- Can't easily jump cursor to end of autoclosed tag in Eclipse
- How to set the IDE from C# environment to C++ environment in Microsoft Visual Studio 2013?
Related Questions in NETBEANS-11
- Setting Look and Feel for Netbeans Platform (RCP) Application
- How to add server instance of wildfly to netbeans 11.3
- Apache Netbeans Output Window showing more than result
- Connecting to XDEBUG on remote Docker Image
- Unable to connect MySQL server at localhost 3306 using netbeans 11.3
- Stop auto-scrolling on a split or cloned window in NetBeans
- How to enable JavaFX in NetbeansIDE 11.3
- How to set up a new PHP project in NetBeans IDE (version 8.2 or 11.3) using WampServer?
- How can i install findbugs in netbeans 11.3
- Is apache netbeans 11.3 compatible jdk 13 does jdk 13 include derby database?
- Couldn't install netbeans 11.3 with Java 14 due to Error: "Unsupported JVM version"
- Why does my NetBeans 11.2 IDE freeze upon startup and how do I fix it?
- Apache NetBeans 11.1 not working correctly
- Java with maven wouldn't build: Cannot run program "cmd" "Malformed argument has embedded quote"
- Create New Project from my Java's Templates
Related Questions in FONT-RENDERING
- Alacritty font rendering
- How can I make the font rendering in VSCode for MacOS looks exactly the same like VSCode for Windows?
- Visual Studio Code displays two separate characters as a single character
- Roboto font gets substituted for a default Time News Roman on only one DOM element in Windows Edge and IE10 on Win7
- How to fix differences in Font Rendering between Fedora (27/28) and CentOS 7
- OpenJDK 11 Swing monospaced font rendering problem on macOS Retina despite turned off fractional width
- Windows Installer ugly font rendering
- Letter spacing issue, two letters stick together despite adding letter spacing
- Java 15 - Adding Customisable Text to my canvas produces scaling/position issue
- Rusttype how to position glyphs vertically
- Unicode characters aren't combined properly
- Using freetype-gl to render fonts but seemingly only getting the quads vertices and about 1/4 of the text
- Why is the following code being rendered in plain font instead of bold?
- How to fix blurry/pixelated font-rendering on red/blue backgrounds (Windows, Firefox, Chrome, others)?
- Netbeans source code font not being well rendered
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

As I could check, forcing PHPStorm to use the Oracle JDK, what makes font rendering different between Netbeans and PHPStorm is the JRE being used. When I forced PHPStorm to use the Oracle JDK it rendered fonts exactly the same way Netbeans renders. So JetBrains, with it's own JRE, were managed to make a JRE that renders fonts better than OpenJDK or OracleJDK.