Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements
~760 People Reached
Favorite Forums
Favorite Tags
java x 10
Member Avatar for J.S.AlKatheeeri

Hi! I'm new, sorry if this is in the wrong place, mods please move this if necessary. Basically, I'm trying to give a breif definition of interfaces and abstract classes, please check if these are right: An interface defines what should be done not how it should be done. The …

Member Avatar for JamesCherrill
0
189
Member Avatar for J.S.AlKatheeeri

Hi, I am trying to make a game board in java. The idea is that the user will enter the length and this will be squared and the board with corresponding number of squares will be displayed. Any ideas on how to do this? I know it'll involve some kind …

Member Avatar for Ezzaral
0
96
Member Avatar for J.S.AlKatheeeri

Hi, I'm trying to make a simple calculator. I don't know how to make the display screen and my buttons are not aligned properly. [code]import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.awt.event.*; public class Calculator extends JFrame{ private JButton btn0 , btn1, btn2, btn3, btn4, btn5, btn6, btn7, btn8, btn9, …

Member Avatar for J.S.AlKatheeeri
0
202
Member Avatar for J.S.AlKatheeeri

can someone please explain the static keyword? when a method is static what does it mean?

Member Avatar for karthi.k.s
-2
135
Member Avatar for J.S.AlKatheeeri

Hi! I'n new here, I hope I benefit a lot during my stay. So basically, after a few months I'll be starting my dissertation for my Masters degree in Computing. I want to know what exactly do I have to do? Like do I have to make a significant contribution …

Member Avatar for jwenting
0
138