Search:

Type: Posts; User: jim17

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,087

    Re: add a radio button in RichTextArea

    Thank you for your reply.
    I choose the RichTextArea to use it's functions as toggleBold(), toggleItalics(), insertUnorderedList() etc.
    I tried to add the rta and the radioButtons in a...
  2. Replies
    2
    Views
    1,087

    add a radio button in RichTextArea

    There is a RichTextArea


    private final RichTextArea rta = new RichTextArea();

    and I'd like when I press an asterisk to add a radio button in this RichTextArea.

    I wrote
  3. Replies
    6
    Views
    1,323

    Re: What instead of if

    I don't know if other languages have sth more but I'm trying to learn java and I'm wondering if there is something else instead of "if ". Thank you for your answer.
  4. Replies
    6
    Views
    1,323

    Re: What instead of if

    I don't want to use " if " or " switch ". Is anything else available in java for this functionality? For example, if I don't want to use "for" I can use "while".
    Sorry for misunderstanding, my...
  5. Replies
    6
    Views
    1,323

    What instead of if

    What can we use instead of if in programs? I don't mean the switch case.
  6. Replies
    3
    Views
    2,157

    Re: Data Structure

    Thank you very much, you helped me a lot. Thank you.
  7. Replies
    3
    Views
    2,157

    Re: Data Structure

    Hello. I'm trying to learn data structures but it is not clear for me why to use them. Why to use a different structure for example a stack instead of an array. I would appreciate it if someone could...
Results 1 to 7 of 7