[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Look & Feel  XML
Forum Index -> Development
Author Message
schmuck

Power User
[Avatar]

Joined: 08/04/2008 16:27:16
Messages: 83
Offline

Hello,

what Look & Feel is used in the Client? (e.g. Devel Tools)

I ask, because if i implement the PageBrowser in my client, i have an total different look & feel.

Even when I use the button at the bottom right to change the look & feel to captain casa style.

rgds,
Michael Schmuck
[ICQ]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

Hello,

hmm, we just use the normal Look and Feel operations:

Code:
 ...
    UIManager.setLookAndFeel(sLookandfeel);
 ...
 


We either use the system default or the CaptainCasa. After setting the look and feel, we may update the font settings (size) according to the size factor that you define within the client environment.

In your scenario: is it possible that the outside UI is setting the Look & Feel as well? And the last one wins...?

Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team