I am making an application where at some point i need the user to select a color, but as to not just have 50 radioButtons, I was wondering if it is possible to actually get the
TRy
Color aColor = (Color) Color.class.getField("white").get(null);
ALso,
See if the static method Color.decode() will serve your purpose.