Java programs don't repaint GUI after Ubuntu updateNot all TTF fonts visible from the (Sun) JDKJava compiler...

Cat is tipping over bed-side lamps during the night

hrule into tikz circle node

What are some ways of extending a description of a scenery?

Prevent Nautilus / Nemo from creating .Trash-1000 folder in mounted devices

Can we "borrow" our answers to populate our own websites?

Is there a verb that means to inject with poison?

Plausible reason to leave the Solar System?

Article. The word "Respect"

Single-row INSERT...SELECT much slower than separate SELECT

What species should be used for storage of human minds?

Is there a way to not have to poll the UART of an AVR?

What is the industry term for house wiring diagrams?

Non-Cancer terminal illness that can affect young (age 10-13) girls?

Why did Luke use his left hand to shoot?

A fantasy book with seven white haired women on the cover

Count repetitions of an array

How are the system health extended events files rolling over?

Need help with a circuit diagram where the motor does not seem to have any connection to ground. Error with diagram? Or am i missing something?

What to do with threats of blacklisting?

Switch case implementation in Java for an integer pair combination

Eww, those bytes are gross

Describe a span of time of 1 or 2 years, without being too literal

Subsurf on a crown. How can I smooth some edges and keep others sharp?

Do authors have to be politically correct in article-writing?



Java programs don't repaint GUI after Ubuntu update


Not all TTF fonts visible from the (Sun) JDKJava compiler cannot be foundSetup and install IntelliJ with JDKNetBeans Hangs on New Project CreationJava windows open up off-screen (multi monitor setup with Ubuntu 14.04)Problem running jar from gui in 15.04How to remove OpenJDK-9 and all related file to JDKCan't create new project in Netbeans8.1Autostart jar in non-headless mode via rc.localWhat has changed to prevent Java programs from running via the permission bit













3















After I updated Ubuntu yesterday, Java programs don't update their GUI after the initial update. When moving the mouse over the GUI things that respond to mouse movements will show up on an unrelated background:



enter image description here



This is very inconvenient for me as this is my work PC and I'm a Java developer.



Today's Ubuntu updates didn't change anything. I updated Java to Oracle JDK 8u202 and OpenJDK 8u191, tried both, and both show the same behavior. (I know when my programs are running in either JDK because of the differences in font rendering.) The only Java program that doesn't seem to be affected is IntelliJ running on the JetBrains VM, but I cannot use this VM for development because we require Java 8 (and not newer).



[edit] I found and installed JetBrains JDK 8u202 and it has the same problems.



Before you ask, it's not a problem with my programs. It also happens to NetBeans, to older versions from the repo, and there are graphical glitches (nothing serious) in Firefox. So the root cause may not be specifically related to Java.




  • Ubuntu 18.04.2 LTS using Gnome on Xorg

  • Compiz 0.9.13.1

  • Intel HD Graphics 530


[Update] I re-installed Ubuntu for other reasons (with keep home directory) and it's fixed. The question is still open as to what caused it and how it can be solved?










share|improve this question

























  • Based on your images, I suspect that the default font/image size has changed, or screen scaling, and needs to be reduced. Are you running the default theme?

    – heynnema
    Feb 12 at 15:24













  • yes. font is "Ubuntu" and scaling is and always was 100%. This is a mockup GUI for a 5 inch display device, hence the big fonts and hacked scroll bar width.

    – Mark Jeronimus
    Feb 12 at 16:20













  • reduce your font size and see if it improves the display

    – heynnema
    Feb 12 at 16:28











  • What has the font size of this program have to do with anything? Did you read the part where NetBeans and other java programs are also affected?

    – Mark Jeronimus
    Feb 13 at 8:19
















3















After I updated Ubuntu yesterday, Java programs don't update their GUI after the initial update. When moving the mouse over the GUI things that respond to mouse movements will show up on an unrelated background:



enter image description here



This is very inconvenient for me as this is my work PC and I'm a Java developer.



Today's Ubuntu updates didn't change anything. I updated Java to Oracle JDK 8u202 and OpenJDK 8u191, tried both, and both show the same behavior. (I know when my programs are running in either JDK because of the differences in font rendering.) The only Java program that doesn't seem to be affected is IntelliJ running on the JetBrains VM, but I cannot use this VM for development because we require Java 8 (and not newer).



[edit] I found and installed JetBrains JDK 8u202 and it has the same problems.



Before you ask, it's not a problem with my programs. It also happens to NetBeans, to older versions from the repo, and there are graphical glitches (nothing serious) in Firefox. So the root cause may not be specifically related to Java.




  • Ubuntu 18.04.2 LTS using Gnome on Xorg

  • Compiz 0.9.13.1

  • Intel HD Graphics 530


[Update] I re-installed Ubuntu for other reasons (with keep home directory) and it's fixed. The question is still open as to what caused it and how it can be solved?










share|improve this question

























  • Based on your images, I suspect that the default font/image size has changed, or screen scaling, and needs to be reduced. Are you running the default theme?

    – heynnema
    Feb 12 at 15:24













  • yes. font is "Ubuntu" and scaling is and always was 100%. This is a mockup GUI for a 5 inch display device, hence the big fonts and hacked scroll bar width.

    – Mark Jeronimus
    Feb 12 at 16:20













  • reduce your font size and see if it improves the display

    – heynnema
    Feb 12 at 16:28











  • What has the font size of this program have to do with anything? Did you read the part where NetBeans and other java programs are also affected?

    – Mark Jeronimus
    Feb 13 at 8:19














3












3








3








After I updated Ubuntu yesterday, Java programs don't update their GUI after the initial update. When moving the mouse over the GUI things that respond to mouse movements will show up on an unrelated background:



enter image description here



This is very inconvenient for me as this is my work PC and I'm a Java developer.



Today's Ubuntu updates didn't change anything. I updated Java to Oracle JDK 8u202 and OpenJDK 8u191, tried both, and both show the same behavior. (I know when my programs are running in either JDK because of the differences in font rendering.) The only Java program that doesn't seem to be affected is IntelliJ running on the JetBrains VM, but I cannot use this VM for development because we require Java 8 (and not newer).



[edit] I found and installed JetBrains JDK 8u202 and it has the same problems.



Before you ask, it's not a problem with my programs. It also happens to NetBeans, to older versions from the repo, and there are graphical glitches (nothing serious) in Firefox. So the root cause may not be specifically related to Java.




  • Ubuntu 18.04.2 LTS using Gnome on Xorg

  • Compiz 0.9.13.1

  • Intel HD Graphics 530


[Update] I re-installed Ubuntu for other reasons (with keep home directory) and it's fixed. The question is still open as to what caused it and how it can be solved?










share|improve this question
















After I updated Ubuntu yesterday, Java programs don't update their GUI after the initial update. When moving the mouse over the GUI things that respond to mouse movements will show up on an unrelated background:



enter image description here



This is very inconvenient for me as this is my work PC and I'm a Java developer.



Today's Ubuntu updates didn't change anything. I updated Java to Oracle JDK 8u202 and OpenJDK 8u191, tried both, and both show the same behavior. (I know when my programs are running in either JDK because of the differences in font rendering.) The only Java program that doesn't seem to be affected is IntelliJ running on the JetBrains VM, but I cannot use this VM for development because we require Java 8 (and not newer).



[edit] I found and installed JetBrains JDK 8u202 and it has the same problems.



Before you ask, it's not a problem with my programs. It also happens to NetBeans, to older versions from the repo, and there are graphical glitches (nothing serious) in Firefox. So the root cause may not be specifically related to Java.




  • Ubuntu 18.04.2 LTS using Gnome on Xorg

  • Compiz 0.9.13.1

  • Intel HD Graphics 530


[Update] I re-installed Ubuntu for other reasons (with keep home directory) and it's fixed. The question is still open as to what caused it and how it can be solved?







java bug-reporting






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 hours ago







Mark Jeronimus

















asked Feb 12 at 13:41









Mark JeronimusMark Jeronimus

15512




15512













  • Based on your images, I suspect that the default font/image size has changed, or screen scaling, and needs to be reduced. Are you running the default theme?

    – heynnema
    Feb 12 at 15:24













  • yes. font is "Ubuntu" and scaling is and always was 100%. This is a mockup GUI for a 5 inch display device, hence the big fonts and hacked scroll bar width.

    – Mark Jeronimus
    Feb 12 at 16:20













  • reduce your font size and see if it improves the display

    – heynnema
    Feb 12 at 16:28











  • What has the font size of this program have to do with anything? Did you read the part where NetBeans and other java programs are also affected?

    – Mark Jeronimus
    Feb 13 at 8:19



















  • Based on your images, I suspect that the default font/image size has changed, or screen scaling, and needs to be reduced. Are you running the default theme?

    – heynnema
    Feb 12 at 15:24













  • yes. font is "Ubuntu" and scaling is and always was 100%. This is a mockup GUI for a 5 inch display device, hence the big fonts and hacked scroll bar width.

    – Mark Jeronimus
    Feb 12 at 16:20













  • reduce your font size and see if it improves the display

    – heynnema
    Feb 12 at 16:28











  • What has the font size of this program have to do with anything? Did you read the part where NetBeans and other java programs are also affected?

    – Mark Jeronimus
    Feb 13 at 8:19

















Based on your images, I suspect that the default font/image size has changed, or screen scaling, and needs to be reduced. Are you running the default theme?

– heynnema
Feb 12 at 15:24







Based on your images, I suspect that the default font/image size has changed, or screen scaling, and needs to be reduced. Are you running the default theme?

– heynnema
Feb 12 at 15:24















yes. font is "Ubuntu" and scaling is and always was 100%. This is a mockup GUI for a 5 inch display device, hence the big fonts and hacked scroll bar width.

– Mark Jeronimus
Feb 12 at 16:20







yes. font is "Ubuntu" and scaling is and always was 100%. This is a mockup GUI for a 5 inch display device, hence the big fonts and hacked scroll bar width.

– Mark Jeronimus
Feb 12 at 16:20















reduce your font size and see if it improves the display

– heynnema
Feb 12 at 16:28





reduce your font size and see if it improves the display

– heynnema
Feb 12 at 16:28













What has the font size of this program have to do with anything? Did you read the part where NetBeans and other java programs are also affected?

– Mark Jeronimus
Feb 13 at 8:19





What has the font size of this program have to do with anything? Did you read the part where NetBeans and other java programs are also affected?

– Mark Jeronimus
Feb 13 at 8:19










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117671%2fjava-programs-dont-repaint-gui-after-ubuntu-update%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117671%2fjava-programs-dont-repaint-gui-after-ubuntu-update%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

List of shipwrecks in 1808...

Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...