CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jumpman8947

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    962

    making java program

    Hey i currently finished up a program where it uses a media player, and other components. I'm trying to turn my program to an exe file. I did using cmd commands but the only thing is that when i run...
  2. Replies
    1
    Views
    1,607

    Java Classes

    I'm currently working on a program where i need to call another java class from a button listener in another class. For example i have a button in example1 and when i press that button i want to...
  3. Replies
    0
    Views
    9,768

    jbutton inside jtable cell

    I'm trying to make a program where basically the whole table is made up of different buttons, and i need each button to perform different actions. i got the table layout how i want it but i'm not...
  4. Replies
    0
    Views
    4,950

    jinternalframe media

    I currently made a program where i have an internal frame on a desktop pane. That works fine, but what i'm trying to do is have a media player streaming only on the internal frame not the desktop...
  5. Thread: array quiz

    by jumpman8947
    Replies
    3
    Views
    10,236

    array quiz

    I'm trying to create a program where there are two array's. An array of questions and an array of answers. Basically i want to show the elements in the question array one by one get the user input,...
  6. Replies
    1
    Views
    6,025

    internal frame display

    I have created a frame in which there is an internal jframe showing inside it. What i want to do is use the JMF video playback displaying in the internal frame not the main frame. Currently when i...
  7. Replies
    0
    Views
    4,502

    playing media

    I have created a player where it plays a specific file, the problem is the file does't play i'm getting the error of
    "Got exception javax.media.NoPlayerException: Cannot find a Player for :P.mp4 "...
  8. Thread: text area

    by jumpman8947
    Replies
    2
    Views
    5,204

    Re: text area

    problem fix i simply removed the slash "/" and just kept the quotes empty.
  9. Thread: text area

    by jumpman8947
    Replies
    2
    Views
    5,204

    text area

    I'm trying to create a program where i have an array that holds my image names on a split pane and on the other side of the pane it shows a picture of the selected name.This part of the program works...
  10. Replies
    0
    Views
    4,961

    JdesktopPane

    I have a situation where i would like to have an internal frame inside of a jdesktoppane. Currently that works but i would like to have buttons and labels and other components showing on the...
  11. Replies
    0
    Views
    3,908

    multiple frame

    Hi i want to do something that sounds simple but it has been giving me a lot of problems. I want to display two panels inside of a jframe. So far none of the panels show up when i run the program. I...
  12. Replies
    4
    Views
    5,141

    Re: java image display

    i commented out mainPanel.add(zz) because i thought since i had it elsewhere in my code i didn't need it to be there. But i found the solution to my problem. PS, I know my current solution is sloppy...
  13. Replies
    0
    Views
    2,440

    java frame help

    I currently have a code to display video playback and it works but i want to instead of having it play in its own window i want it to play from in my Jframe. Here's the code thanks...


    import...
  14. Replies
    4
    Views
    5,141

    java image display

    Simple question here I basically want to display an image within the frame from the click of a button. My problem is getting that image to display. Here is the code Thanks...

    import java.awt.*;...
  15. Thread: java audio

    by jumpman8947
    Replies
    1
    Views
    1,603

    Re: java audio

    I guess this will stay an unsolved mystery.
  16. Thread: java audio

    by jumpman8947
    Replies
    1
    Views
    1,603

    java audio

    Hey I'm making a simple program to playback audio such as mp3. My coding works but when I run the program and choose a mp3 file I get the error message
    "Unable to handle format: mpeglayer3,...
  17. Replies
    1
    Views
    1,599

    dispose method

    I created a program where when I click a button another screen shows up but the only problem I'm having is the first screen isn't going away. I tried to use the dispose method but I come up with an...
  18. Replies
    1
    Views
    1,749

    java screen not showing

    I programmed a screen where it supposed to show different labels, text areas, buttons, etc, and it compiles with no errors but when I run the program the command prompt shows a lot of exceptions I...
  19. Replies
    0
    Views
    2,090

    playing java music

    I'm writing a program an I've encountered a problem when trying to play music. Not getting any errors when I compile (just a few warnings like "warning: AudioPlayer is internal proprietary API and...
  20. Replies
    1
    Views
    1,352

    java images

    Hi I'm trying to create a program that displays buttons(JButton) as well as images inside of panels. Everything is going well except my images aren't showing up. Buttons are fine its just the images...
  21. Replies
    1
    Views
    1,086

    java gui if statment help

    I'm finishing up my code to my java program and its basically going to read questions from the array, ask user for the answer(a, b, c, or d). Then I'm going to make it calculate number wrong and...
  22. Replies
    1
    Views
    12,872

    simple java gui quiz

    I'm trying to make a simple java gui quiz game. I'm making this game so I can input information to help me study for various subjects. I want this program just to ask about 20 questions multiple...
Results 1 to 22 of 22





Click Here to Expand Forum to Full Width

Featured