This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256120

Summary: Context menu font size smaller
Product: platform Reporter: mclaborn <mclaborn>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
8.0.2 screen shot
8.1RC2 screen shot

Description mclaborn 2015-10-22 21:41:11 UTC
Product Version = NetBeans IDE 8.1 RC2 (Build 201510122201)
Operating System = Linux version 3.13.0-66-generic running on amd64
Java; VM; Vendor = 1.8.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.51-b03

Reproducibility: Happens every time

Context menu font size is noticeably smaller in 8.1 than it was in 8.0.  Screen shots coming shortly. 

In the screen shots, the 2 level menu (Folder, Java Class, ...) fonts are smaller, while on the first level menu "New" is bigger in 8.1 but "Find is smaller". 
The font size on the nodes in the Project View appears larger in 8.1 than 8.0.

I thought these were controlled by --fontsize in the netbeans.conf file. I have --fontsize 16 in both 8.0 and 8.1. 

8.0
netbeans_default_options="-J-XX:+UseG1GC -J-client -J-Xss2m -J-Xms32m -J-Xmx2500m -J-XX:PermSize=32m -J-XX:MaxPermSize=600m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true -J-Dsun.awt.disableMixing=true --fontsize 16 --cp:p /home/javalibs/jgoodies-looks-2.4.1/jgoodies-looks-2.4.1.jar --cp:p /home/javalibs/jgoodies-looks-2.4.1/lib/jgoodies-common-1.2.0.jar --laf Nimbus -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=lcd"

8.1
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-Xmx2500m -J-XX:PermSize=32m -J-XX:MaxPermSize=600m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true --fontsize 16 --cp:p /home/javalibs/jgoodies-looks-2.4.1/jgoodies-looks-2.4.1.jar --cp:p /home/javalibs/jgoodies-looks-2.4.1/lib/jgoodies-common-1.2.0.jar --laf Nimbus -J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=lcd"
Comment 1 mclaborn 2015-10-22 21:41:15 UTC
Created attachment 156918 [details]
IDE log
Comment 2 mclaborn 2015-10-22 21:42:17 UTC
Created attachment 156919 [details]
8.0.2 screen shot
Comment 3 mclaborn 2015-10-22 21:42:20 UTC
Created attachment 156920 [details]
8.1RC2 screen shot
Comment 4 Martin Entlicher 2016-05-16 09:41:07 UTC
The menu item size and even some button size differs between IDE restarts.
This is a Nimbus bug. See bug #231701.

*** This bug has been marked as a duplicate of bug 231701 ***