JDialog not showing minimize/close button on Linux
问题 This question has been asked previously but from what I have found, the questions and responses are from a few years ago and hoping there is updated/new information. The same code works on Windows as it displays the X in the top right corner. On Linux, nothing appears in the top right corner. Windows is using JDK 1.8.0_60 Linux is using 1.8.0_111-b15 Based on the research, this issue is known to exist on varying flavors of Linux. import javax.swing.JDialog; public class JDialogSimple{ private