Search:

Type: Posts; User: IHeartProgramming

Search: Search took 0.13 seconds.

  1. Re: How to display a Java method using Java Swing

    **Please can someone help me out and let me know what's wrong with my code for my post above this one. I'd appreciate it, thanks.
  2. Re: How to display a Java method using Java Swing

    Ok, now I have a new problem, after the user finds all the words, I want to change the word search board a congratulatory image I made. I tried to use the repaint() method in my else if part of the...
  3. Re: How to display a Java method using Java Swing

    I think I found my mistake, thanks
  4. Re: How to display a Java method using Java Swing

    Ok, I'll just show you what I am stuck with: So below are a simplified version of my two classes:

    WordSearch class:
    =============

    public class WordSearch
    {
    private String...
  5. Re: How to display a Java method using Java Swing

    Hi, I decided to go with an image by taking a screenshot of the console word search board but now I have questio another question about a different method for my word search program. I have a method...
  6. Re: How to display a Java method using Java Swing

    Console output:
    ________________
    |
    |# p # # # #
    |
    |# i # r a t
    |
    |# g # # # #
    ...
  7. Re: How to display a Java method using Java Swing

    But what if I add a JButton and then the action event would be that after it is clicked, it will perform that function. See, I got a JButton I created to do this action, BUT it shows up in the...
  8. How to display a Java method using Java Swing

    Hi, ppl, here's my problem. I want to be able to display my function using Java Swing. I tried using JLabel and passing in the method, but that doesn't work.

    Eg: JLabel label=new...
Results 1 to 8 of 8