Posts by Lourenço Gonçalves • 11 points
1 post
-
1
votes1
answer1097
viewsA: Refresh Jframe
When ping updates Jframe. If you are online paint green and do: botao.setBackground(Color.GREEN); frame.revalidate(); frame.repaint(); If you are offline: botao.setBackground(Color.RED);…