Forum: Java Jul 3rd, 2009 |
| Replies: 10 Views: 1,111 |
Forum: Java Jul 1st, 2009 |
| Replies: 10 Views: 1,111 |
Forum: Java Jul 1st, 2009 |
| Replies: 10 Views: 1,111 does this mean that in my jbutton
i will place there
new mainFrame(Passing the panel);
?? |
Forum: Java Jul 1st, 2009 |
| Replies: 10 Views: 1,111 got the removing.. but my main problem is how to add my panel 1 to the main frame if click the button from panel 2? |
Forum: Java Jun 30th, 2009 |
| Replies: 10 Views: 1,111 my problem is i want to add panel 2 and remove panel 1 when i click the button from panel 1
and vice versa. |
Forum: Java Jun 30th, 2009 |
| Replies: 10 Views: 1,111 hi im new to java and im learning about how to add/remove panels from another panel...
This is my main frame
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class... |
Forum: Java Jun 21st, 2009 |
| Replies: 3 Views: 732 |
Forum: Java Jun 21st, 2009 |
| Replies: 3 Views: 732 Im just new in java and im trying to make a program that would copy a picture from a specified folder and paste it also to a specified folder.
i know how to select the picture using the filechooser... |
Forum: Java May 6th, 2009 |
| Replies: 1 Views: 240 hi..i was wondering where to find a sample java code
that splits an image and each image that was splitted can be click and link to another image... |
Forum: Java Jan 8th, 2008 |
| Replies: 6 Views: 14,998 class SortArray
{
public static void main(String args[])
{
int arr1[] = {11,15,8,9,3,6,10,12,5,1,2,13,4,7,14};
for (int i=0;i<arr1.length;i++) System.out.println(arr1[i]);
for(int... |