Search:

Type: Posts; User: ComputerSaysNo

Search: Search took 0.11 seconds.

  1. Re: Content in text file to MS Word file help!

    I can't download libraries, because the guidelines for my dossier say I can't.
  2. Content in text file to MS Word file help!

    Hey,

    I have tried (and sadly failed) to print out the content from a text file into a new Microsoft Word document.
    Below is the code from my attempt. Also, I can't download any other additional...
  3. [SOLVED] Re: Populating second combobox from a combobox help!

    Sure, here's the SSCCE with one pair of JComboboxes:




    class TimetablePanel extends JPanel implements ActionListener {

    static JComboBox courseM, mealM;

    public TimetablePanel() throws...
  4. [SOLVED] Re: Populating second combobox from a combobox help!

    There are 10 JComboBoxes with five being populated when the program runs. The JComboBoxes work in pairs, so when the user clicks on one of the items in one of populated JComboboxes, the relevant...
  5. [SOLVED] Re: Populating second combobox from a combobox help!

    I did try both ActionListener and ListSelectionListener, and neither are working. Would it be easier if I uploaded the code I already have?
  6. [SOLVED] Populating second combobox from a combobox help!

    Can anyone recommend an Event Listener or some code, that would, when clicking on an item in one jcombobox, populate a different jcombobox.
    The event listener/code would have to be in a separate...
  7. Replies
    5
    Views
    2,667

    [SOLVED] Re: Selection Sorting a text array

    Thanks, but I think that my array size is fine - it's just that I don't know how to sort the ages out and put the comma in between the name and age of each line.
  8. Replies
    5
    Views
    2,667

    [SOLVED] Re: Selection Sorting a text array

    The data in the notepad is:
    Jones 14
    Abrams 15
    Smith 19
    Jones 9
    Alexander 22
    Smith 20
    Smith 17
    Tippurt 42
    Jones 2
  9. Replies
    5
    Views
    2,667

    [SOLVED] Selection Sorting a text array

    I have to use selection sort to sort out a list of names and respective ages from a notepad file.
    I have been able to implement the names and ages into array, and sort the names, but not the ages if...
Results 1 to 9 of 9