Add a fram

Add a fram

I want to put an image on frame on my GUI(Net Beans).please tell me the way to put this. only for frame..

thanks and regards, Rahul Dubey

View Answers

December 4, 2012 at 11:04 AM

Here is an example that displays an image on jframe.

import java.awt.*;
import java.io.*;
import javax.swing.*;
import java.awt.image.*;
import java.awt.event.*;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;

public class DisplayImage extends JPanel {
BufferedImage image;
DisplayImage(){
String f="c:/fruit.png";
File file = new File(f);
try{
image = ImageIO.read(file);
}
catch(Exception ex){}
repaint();
}
public void paint(Graphics g) {
g.drawImage( image, 0, 0, null);

}
public static void main(String[] args) {
JFrame frame = new JFrame();
JPanel p=new DisplayImage();
frame.add(p);
frame.setSize(300, 300);
frame.setVisible(true);
}
}









Related Tutorials/Questions & Answers:
Add a fram
Add a fram  I want to put an image on frame on my GUI(Net Beans).please tell me the way to put this. only for frame.. thanks and regards, Rahul Dubey   Here is an example that displays an image on jframe. import
ModuleNotFoundError: No module named 'adafruit-circuitpython-fram'
ModuleNotFoundError: No module named 'adafruit-circuitpython-fram'  ...: No module named 'adafruit-circuitpython-fram' How to remove the ModuleNotFoundError: No module named 'adafruit-circuitpython-fram' error? Thanks
Advertisements
how to convert java fram to java servlets
how to convert java fram to java servlets   hi every java master or java professional can you teach me how to convert JFram to Java Servlets program hope yours can reply me Thank you. below this is my own coding import
add
How to add two int numbers in Java Example  How to add two int numbers in Java Example  Here is a java example that accepts two integer from the user and find their sum. import java.util.*; class AddNumbers
add
Java Example to add two numbers  Java Example to add two numbers  Here is a java example that accepts two integer from the user and find their sum. import java.util.*; class AddNumbers { public static void main
add
Java Program to add two numbers  Java Program to add two numbers  Here is a java example that accepts two integer from the user and find their sum. import java.util.*; class AddNumbers { public static void main
add
How to add two numbers in Java  add two number   Here is a java example that accepts two integer from the user and find their sum. import java.util.*; class AddNumbers { public static void main(String[] args
add
add two no in Java  Java Add Example that accepts two integer from the user and find their sum  Here is a java example that accepts two integer from the user and find their sum. import java.util.*; class AddNumbers
add
Add Employee
Add Employee  coding for adding an employee
add to cart
add to cart  sir, i want to do add to cart to my shopping application each user using sessions. Plz help thnaks in advance
How to add
How to add   Hi, I want to make a website which will recommend users books according to the genre selected by them. I am using PHP, JavaScript and mySQL. The problem is that there will me almost more than 100 books
Add multiple UIBarButtonItem
Add multiple UIBarButtonItem  add multiple uibarbuttonitem
add uibarbuttonitem to uinavigationbar
add uibarbuttonitem to uinavigationbar  add uibarbuttonitem to uinavigationbar
add Buttons in JavaScript
add Buttons in JavaScript  How to add Buttons in JavaScript
uiscrollview add images
uiscrollview add images  How to add dynamic images to UIScrollView
sql add comment to column
sql add comment to column  Sql query to add comments to column
add new package java
add new package java  How to add new package in Java
uinavigationcontroller add multiple buttons
uinavigationcontroller add multiple buttons  How to add multiple buttons to the UINavigationController
how to add to numbers in java
how to add to numbers in java  how to add to numbers in java
How to add JTable in JPanel
How to add JTable in JPanel  How to add JTable in JPanel
add a property to instance variable
add a property to instance variable  How to add a property to instance variable in iPhone SDK
Sql add columns
Sql add columns  How to add columns before existing columns. please help me out
how to add mulitiple projections
how to add mulitiple projections  how to add mulitiple projections and return them
how to add dynamic data
how to add dynamic data  how to add dynamic data to an existing web application
ModuleNotFoundError: No module named 'add'
ModuleNotFoundError: No module named 'add'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'add' How to remove the ModuleNotFoundError: No module named 'add' error
ADD ROW - JSP-Servlet
ADD ROW  Hi Sir, How to use add row and delete row concept in jsp .  Hi Friend, Please visit the following link: http://www.roseindia.net/jsp/add-element.shtml Thanks
How to add BigDecimal in Java?
How to add BigDecimal in Java?  Hi, I have two BigDecimal variables. I want to add these two values. How to add BigDecimal in Java? Thanks   Hello, I will show you how you can add two BigDecimal? Suppose you have
Add as a friend - JSP-Servlet
Add as a friend  in chat project how we send a request to add as a friend and how other peaple add me in his friend list. i want jsp-servlet and java code also.\plz.. help me on this topic
how to add a file in GZIP
how to add a file in GZIP  Hi, how to add a file in GZIP using Java.   Hi, I have found a good referral site for How to Add a file in GZIP file format using Java. http://www.roseindia.net/java/examples/io
Add a root element
Add a root element  i have one doubt, This is my current xml doc. â?¦ But I want add a tag at first and last line of a xml by using JDOM(SAX Builder). Like â
Add UITabbarController to a View
Add UITabbarController to a View  How to add a UITabbarController to UIView in iPhone SDK?   iPhone TabBar Application Tutorial   iPhone TabBar Application Tutorial
add XMl to JTable
add XMl to JTable  Hi.. i saw the program of adding add XMl to JTable using DOM parser,but i need to do that in JAXB ,is it possible to do? help me
add imageview to uiview
add imageview to uiview  i want to add an image to UIView background...:[UIImage imageNamed:@"imageName.png"]];    You need to add a UIImageView to UIView Add an Image or Image URL to your ImageView. Code: UIImageView
add google map javascript
add google map javascript  How can i add google map using javascript in my web page?   Search for the " Google Maps Javascript API" it will allow you to embed the Google Map into your web Page
add a UIButton to UINavigationBar
add a UIButton to UINavigationBar  In any new iPhone Navigation Based application, how can we add a UIButton to UINavigationBar?   UINavigationBar only accepts UIBarButtonItems ..so, see the code below to add
add image in a row of table
add image in a row of table  i have a table in which i have to add image in its row.i am trying to add the image with the help of label i.e i have a label in which instead of passing text i have inserted image using
add image in a row of table
add image in a row of table  i have a table in which i have to add image in its row.i am trying to add the image with the help of label i.e i have a label in which instead of passing text i have inserted image using
Add Date Time together
Add Date Time together  I want to add datetime with time and result must be datetime. i am unable to do please help me in php mysql but i need... second text box and add both the text box means datetime with time
remove and add div jquery
remove and add div jquery  I want to enable my users to remove or add DIV using JQuery.   $('.add_more').click(function(){ var description = $('#description').val(); $newEl = $('<div class="description_text
add number - Java Beginners
add number  Q. write a programe to add three number. The number input should be run time.  Hi Friend, Try the following code: import java.util.*; class Add{ public static void main(String[]args){ Scanner
Applet for add two numbers
Applet for add two numbers  what is the java applet code for add two...: "); label1.setBounds(20,20,100,20); add(label1); text1 = new TextField(5); text1.setBounds(150,20,100,20); add(text1); label2 = new
Add menu - IDE Questions
Add menu  sir,i m student and learning netbean in which i want to develop web application but i cant find how to add menu item(not the case for java application where menu can be added from palette)so that when i run
how to add plugins into eclipse
how to add plugins into eclipse  Hello, I have installed eclipse sdk 4.2M5 separately and tomcat server separately now i have to connect both for that i don't have server option in my eclipse and i m trying to add plugins but m
uinavigationcontroller add right button
uinavigationcontroller add right button  Hi, How to add the right button programatically to a UINavigation Controller? Thanks   Hi, You can use the following code: - (void)viewDidLoad { [super viewDidLoad
add user to docker group
add user to docker group  Hi, I have installed docker in my system on Ubuntu 22.04 but unable to run the docker command due to permissions. How... user privilege. You can add your user to the docker group with following command
how to add scrollbar to JFrame
how to add scrollbar to JFrame  hello friends i am making a java application in which i have a frame to which i wanted to add scrollbars but when i add my panel to scrollpane and then add that scrollpane to JFrame than
how to add scrollbar to JFrame
how to add scrollbar to JFrame  hello friends i am making a java application in which i have a frame to which i wanted to add scrollbars but when i add my panel to scrollpane and then add that scrollpane to JFrame than
how to add scrollbar to JFrame
how to add scrollbar to JFrame  hello friends i am making a java application in which i have a frame to which i wanted to add scrollbars but when i add my panel to scrollpane and then add that scrollpane to JFrame than
how to add scrollbar to JFrame
how to add scrollbar to JFrame  hello friends i am making a java application in which i have a frame to which i wanted to add scrollbars but when i add my panel to scrollpane and then add that scrollpane to JFrame than

Ads