Highlighting text

I have added text to my program however I want it to stand out. In order to do such I want to highlight it. How do I go about doing such?



Here is the code I'm doing this too.


Font2D titleFont = new Font2D();
Text2D firstText = titleFont.createText("Truck #  Package1  Package2  Package3", 5, 0);



Thanks!