Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
String hex = "#";
Color bg = aPanel.getBackground();
hex += Integer.toHexString(bg.getRed());
hex += Integer.toHexString(bg.getGreen());
hex += Integer.toHexString(bg.getBlue());
Hat mich auch immer genervt, bis ich das hier gefunden habe: API im WinHelp-FormatReality hat gesagt.:...habe dort keine Suchmaschine gefunden....