Is there ways to modify the appearance of the title area. Can you add some like a horizontal line to the bottom, to better separate the title area from the rest of the dialog. If I wanted to add a image or place text other than the standard
public void create() {
super.create();
setTitle("The Base Dialog Class");
setMessage("Hello World");
}
Is it possible the make the title area look they you like and not the standard way?