Explain how to draw text over a background image

Explain how to draw text over a background image

BufferedImage img = ImageIO.read(new File("xxx")); // xxx is the path
TextOnBackground test = new TextOnBackground(img);
Java drawing AWT components related interview questions
Java drawing AWT components - What is paint method? What should we put in paint method? When is it invoked?...
64 JDBC Interview Questions and Answers - Freshers, Experienced
JDBC interview questions and answers for freshers and experienced, jdbc interview faq - In this series, we have covered all about JDBC and answered the questions that might be asked during an interview.
Java packages - JDBC classes, interfaces, Java.SQL and Javax.SQL
Java packages - java.sql: java.sql is an API to access and process the data stored in a database, typically a relational database using the java...
Post your comment