Search found 1 match

by mfci
Fri Dec 09, 2011 8:45 pm
Forum: Volume 4 (400-499)
Topic: 460 - Overlapping Rectangles
Replies: 25
Views: 5822

460 - Overlapping Rectangles

Hello!
I can't find what's wrong with my solution...
Can you help me?

Here's my code! Thanks :)

package com;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;

public class RectangleOverlap extends JPanel{

int r1x1,r1x2,r2x1,r2x2 ;
int r1y1,r1y2,r2y1,r2y2 ;
int r1width ...

Go to advanced search