Moire Pattern 2 Java
textWhat you are seeing in the screenshot are two sets of concentric circles. The centers of the circles are 100 pixels apart. The circles have a width of 5, and the diameter of a circle is 20 pixels larger than its next smallest one. Diameters range from 20 to 480 pixels.
Hint: You can change the width of the 'pen' used for drawing to 5 pixels with the line g2.setStroke(new BasicStroke(5)).
Hint: A circle is just an oval whose width and height are the same.
Make the program from this older code:
import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import javax.swing.JFrame; import javax.swing.JPanel;
public class Flower extends JPanel {
public void paintComponent(Graphics g){ final int centerX = 300; final int centerY = 300; final int ovalWidth = 100; Graphics2D g2 = (Graphics2D) g;
g2.setColor(Color.black);g2.fillOval(centerX, centerY - ovalWidth / 2, 300, ovalWidth); g2.rotate(Math.toRadians(15),centerX,centerY);g2.fillOval(centerX, centerY - ovalWidth / 2, 300, ovalWidth);g2.rotate(Math.toRadians(15),centerX,centerY);g2.fillOval(centerX, centerY - ovalWidth / 2, 300, ovalWidth);g2.rotate(Math.toRadians(15),centerX,centerY);
}
public static void main(String[] args) { JFrame frame = new JFrame("Window"); //frame is the window frame.setDefaultCloseOperation(JFrame.EXITONCLOSE); Flower panel = new Flower(); //panel is the graphics area where we can draw
frame.add(panel); //put the panel inside the windowframe.setSize(640,640); //set the window size to 640x640 pixelsframe.setVisible(true);
} }
View Answers
Ads
Related Tutorials/Questions & Answers:
Moire Pattern 2 Java
Moire Pattern 2 Java textWhat you are seeing in the screenshot...;
g2.setColor(Color.black);g2.fillOval(centerX, centerY - ovalWidth /
2, 300, ovalWidth... - ovalWidth /
2, 300, ovalWidth);g2.rotate(Math.toRadians(15),centerX,centerY
Moire Pattern Java Program
Moire Pattern Java Program **strong text**What you are seeing...);
g2.fillOval(centerX, centerY - ovalWidth /
2, 300, ovalWidth);
g2.rotate... - ovalWidth /
2, 300, ovalWidth);
g2.rotate(Math.toRadians(15),centerX,centerY
Advertisements
Java pattern
Java pattern Write a
Java program that outputs the following
pattern.
1
21
321
4321
54321
654321
ModuleNotFoundError: No module named 'moire'
ModuleNotFoundError: No module named '
moire' Hi,
My Python program is throwing following error:
ModuleNotFoundError: No module named '
moire'
How to remove the ModuleNotFoundError: No module named '
moire'
java pattern
java pattern 12345
23451
34512
45123
41234
12345
pattern
be between
2 and 9. The following shows the four
pattern in size 5.
Pattern 1
5$$$$
$5$$$
$$5$$
$$$5$
$$$$5
Pattern 2
$$$$5
$$$5$
$$5$$
$5$$$
5$$$$
Pattern 3... and a
pattern size only between
2 and 9. You are print the menu and the user's response
code for java pattern
code for
java pattern
* *
* *
* *
* *
please write the program of above
pattern and do not use string tokennizer string buffer i mean to say that please use very simple method Thanks
print rectangle pattern in java
print rectangle
pattern in java *
* *
* *
* *
how to generate this
pattern in
java??
Hi friend try this code may this will helpful for you
public class PrintRectangle
{
public static void main
Pattern
Pattern How to print this
pattern in
Java please help me
A
AC
ACE
ACEG
ACEGI
The program should be right to left
code for java pattern
code for
java pattern 1
23
345
5678
891011
please write the program of above
pattern and do not use string tokennizer string buffer i mean to say that please use very simple method Thanks
code for java pattern
code for
java pattern 1
121
2342
45674
6789106
please write the program of above
pattern and do not use string tokennizer string buffer i mean to say that please use very simple method Thanks
pattern
pattern 1
3 1
5 3 1
7 5 3 1
9 7 5 3
Here is a number
pattern example.
1
3 1
5 3 1
7 5 3 1
9 7 5 3 1
class
Pattern{
public...++){
if(i%
2!=0){
for(int j=i;j>=1;j-=
2){
System.out.print(j
Pattern
Pattern 1234321
123 321
12 21
1 1
please,give me this
pattern in
java
class Sixth_1
{
public static void main(String args...--;
space+=
2;
}
}
}
class Sixth_1
{
public
How to print the following pattern in java?
How to print the following
pattern in
java? How to print the following
pattern in
java?
he
he is
he is going
he is going in
import java.io.*;
class StringPattern
{
public static void main(String[] args
Pattern - Java Magazine
Pattern write a program for pascal's triangle the output will be
1
1 1
1
2 1
1 3 3 1
1 4 6 4 1
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7
Square pattern in java using for loop
Square
pattern in
java using for loop please explain the logic to program the following using for loop in
Java:
1 3 5 7 9
3 5 7 9 1
5 7 8 1 3
7 9 1 3 5
9 1 3 5 7