2324252627282930
private CharacterPanel characterPanel; @Inject public CharacterViewImpl(Message message) { this.message = message; characterPanel = new CharacterPanel(message); this.add(characterPanel); }