Search:

Type: Posts; User: stu1811

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,836

    Re: JavaBean property TextPosition

    bump for answer
  2. Replies
    4
    Views
    1,836

    Re: JavaBean property TextPosition

    Yes, I want to modify the position of the text within a JLabel. So for the set and get functions of my bean I want have the option to select leading, center, or trailing in the horizontal text...
  3. Replies
    4
    Views
    1,836

    Re: JavaBean property TextPosition

    Anyone? Should I post this question somewhere else?
  4. Replies
    4
    Views
    1,836

    JavaBean property TextPosition

    I have a bean with a couple components, one of which is a JLabel. I'm trying to create a property which allows the user to edit the horizontal and vertical text position. I can enter integers in the...
  5. Replies
    1
    Views
    3,565

    Reading a writing binary file

    I have a binary file with a bit stream I need to modify. I need to change certain bits based on user input. An example in listed below. I can read the data into a byte array, but I'm not sure how to...
  6. Replies
    4
    Views
    3,358

    Re: Embed xterm in JFrame

    It is not a java class. It is an application. I was wondering if Java has a wrapper that you can embed any executable.

    I just found bean shell which should give me the functionality I need.
  7. Replies
    4
    Views
    3,358

    Re: Embed xterm in JFrame

    It's a linux console. Equivilent to running 'cmd' in windows.
  8. Replies
    4
    Views
    3,358

    Embed xterm in JFrame

    Just like the title says, I'm trying to put an xterm window in a JFrame. Is it possible to wrap any application in a JFrame? Anytime I search for putting a console in a JFrame it comes up with a Java...
Results 1 to 8 of 8