Search Results - Sharky Forums

Sharky Forums


Search:

Type: Posts; User: shinju

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    104,433

    Calling a boolean Attribute from another class

    public class validateLogin{


    public boolean validate(String username, String password) {

    boolean state = false;


    ...
  2. Replies
    4
    Views
    4,388

    Sorry for the late response. Actually a...

    Sorry for the late response.
    Actually a understand the music theory (I think) mi problem is with the coding:
    I have this mathematical operation ((Oct+1) *12 ) + note) that gets the MIDI values...
  3. Replies
    4
    Views
    4,388

    Music notes - Octave - Code Explanation

    Hi;
    I have the following code for calculate music notes and an Octave; however, i don't understand it. I appretiated if someone could explain me.


    public class Notes {
    public static void...
  4. Replies
    0
    Views
    1,051

    TicTacToe Client Server

    I am making a tic tac toc client server; however I don't know how to send the button to my server and get two users to play. I manage to make the chat part but the game board I am not able to do it. ...
  5. Thread: Gui - java

    by shinju
    Replies
    0
    Views
    1,651

    Gui - java

    How can I pass a JPanel through different methods:

    I am doing it like this:

    in the main panel method:

    mainPanel.add(createRightPanel(), BorderLayout.EAST);

    and in the method...
  6. I do not understand some stuff at Inheritance

    Hi!! I am new in java and we are doing some Inheritance,

    My question is how can you call the attributes of the subclass to do operations?
  7. error: Implicit super constructor X() is undefined

    Hi!! I have this code with my default constructor, however it shows and error "Implicit super constructor PlayList() is undefined. Must explicitly invoke another constructor"



    package Songs;
    ...
  8. Replies
    0
    Views
    705

    Help-clarify some code please

    hello,

    I am currently studying in class of Object Oriented Program were we are doing a simple program, however, I have some doubts that I could not clarify in classes.

    we have a menu for adding...
  9. Replies
    1
    Views
    2,985

    Java Loops validation not woorking - help

    I'm trying to do a nested if inside a loop. The user has to enter a period between 5, 10, 15, 20, 25 years. Each year has a different rate and if the user enter a number that is not within these...
Results 1 to 9 of 9