Hi All!!
We are doing a POC currently wherein we need to get the System colours in the JSP file.
Example: If user has set a specific theme, we want to be able to get the theme details through API's on the JSP.
Based on these we want to apply colours to some custom display components.
All we are getting is AWT related classes. And that too is the server system colours and not the client's.
We need help in knowing if we can get this info by not using AWT? Is it feasible?
Thanks in advance!
Leena
We are doing a POC currently wherein we need to get the System colours in the JSP file.
Example: If user has set a specific theme, we want to be able to get the theme details through API's on the JSP.
Based on these we want to apply colours to some custom display components.
All we are getting is AWT related classes. And that too is the server system colours and not the client's.
We need help in knowing if we can get this info by not using AWT? Is it feasible?
Thanks in advance!
Leena
Comment