UI-Delegate Model Design

Hi there folks,

can anyone explain to me how a Container is split up in components according to the UI-Delegate Model?

What classes are there describing a Container?

What do you have to add if you want to write your own JPanel Class?

Could you point me in the right direction with some ideas please?

Thx

Karlheinz Toni

[362 byte] By [JebeDiAHa] at [2007-9-28 5:22:05]
# 1

> Hi there folks,

>

> can anyone explain to me how a Container is split up

> in components according to the UI-Delegate Model?

Are refering to the stuff they do in SWING?

look at the Swing docs and tutorial especially sections talking about implementing your own UI.

> What classes are there describing a Container?

? java.awt.Container

> What do you have to add if you want to write your own

> JPanel Class?

public class MyJPanel extends javax.swing.JPanel{}

> Could you point me in the right direction with some

> ideas please?

Sorry for the not so helpful answers, but I just don't get what you want ... and others might have the same problem.

regards

Spieler

spielera at 2007-7-9 16:33:00 > top of Java-index,Other Topics,Patterns & OO Design...