Demian Kasier
Demian Kasier

Reputation: 2523

LWUIT: overriding Dialog

I want to override Dialog so that it disposes itself the very moment it shows.

Upvotes: 1

Views: 440

Answers (1)

Mahdi Hijazi
Mahdi Hijazi

Reputation: 4454

though it is a strange question, but you can override onShow() or onShowCompleted() and call dispose() inside one of them to close the dialog immediately.

Upvotes: 1

Related Questions