Posts by insyspower • 183 points
10 posts
-
5
votes1
answer1807
viewsQ: Show textfield or textarea java
I can’t show words in textfield (or textarea) in my code, several hours in this and I still can’t. I got a link to the code. The most important lines are these, but if you want to test the whole…
-
1
votes0
answers395
viewsQ: Memory Game Two players
I have here a game of Memoria, but still have to implement play against another player.For example I start playing, if you do not hit step to Victory (another player), if you hit I have the right to…
javaasked insyspower 183 -
0
votes0
answers591
viewsQ: include java text field (textfield)
I want to add this text field at my game. I’ve changed the code in my game but this one text field is being opened in a new window, but I want that text field is included in the game window itself.…
javaasked insyspower 183 -
2
votes2
answers2473
viewsQ: How to pass arguments when running a program through Netbeans?
This code in notepadd ++ worked because on the command line it added the example port 5000,6000 etc. But in netbeans you can’t do that. That’s why I have here the client and server code. Message…
-
0
votes1
answer684
viewsQ: Old tcp server client game
I’m using the netbeans, and the program and what is on this link: Rooster Game / Old Game with Application Level Protocol First I run the server says : server is running then run the client: and…
-
1
votes0
answers959
viewsQ: Rooster Game / Old Game with Application Level Protocol
General Information I’m using the Notepad++. I intend to have the program of Tic-tac-toe fully operational. Replicating the problem First execution Tictactoeserverprotocol this way using a plugin:…
-
1
votes0
answers89
viewsQ: java application applet
import java.awt.*; import java.awt.BorderLayout; import java.awt.GridLayout; import java.awt.FlowLayout; import java.awt.event.*; import java.awt.event.ActionEvent; import…
-
0
votes1
answer512
viewsQ: Java - random number buttons
I have a new doubt (which is a continuation of my previous question). I have a button (JButton) with the name "shuffle" which is already implemented. I wanted to do the following: when this button…
javaasked insyspower 183 -
3
votes2
answers4816
viewsQ: Java, random numbers (no repetition)
I have a doubt in generating numbers without repetition. I can already generate random numbers from 1 to 8 which is my goal. The catch is that it generates repeated numbers (duplicated, triplicate…
javaasked insyspower 183 -
1
votes0
answers68
viewsQ: Java app application
This code when pressed on button definicoes, opens a new window with an image, a line with text and also generates radio Buttons, but the problem is that it creates another new window with radio…