Search:

Type: Posts; User: JuLiAnc

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,231

    Re: Calling / Updating class?

    Yup I did that but one method runs fine, the other doesnt give me any returns.. and the methods are fine... can it be because it accesses jLabels etc on the form?
  2. Replies
    3
    Views
    1,231

    Calling / Updating class?

    Hi guys,

    I have 2 classes, two JFrame classes in NetBeans.

    The first one has a public Main() and the other has a public Maintain(), from the maintain I'm trying to re-trigger the commands in...
  3. Re: JList Update and Clear + Other Annoying Crap... Up for a challenge? Lol (Help)

    package GUI;

    import javax.swing.*;
    import java.awt.*;
    import java.net.*;
    import java.io.*;
    import java.util.*;

    public class GuiMaintain extends javax.swing.JFrame
    {
  4. Re: JList Update and Clear + Other Annoying Crap... Up for a challenge? Lol (Help)

    edited ... Iam having no errors.. just the jList is not getting updated.. sorry about the words.
  5. JList Update and Clear... Up for a challenge? Lol (Help)

    [Java]annoying - Pastebin.com

    -

    I have no idea.. whats wrong with it.. It loads all records from text file into the jList1... with the ListModel.. but then when it comes to updating problems...
  6. Replies
    2
    Views
    1,460

    KeyEvent Running Twice?

    private void txtSearchKeyTyped(java.awt.event.KeyEvent evt) {
    if (jComboSelection.getSelectedIndex() == 0)
    {
    if (txtSearch.getText().length() == 4)
    {
    } else if...
  7. Replies
    7
    Views
    1,583

    Re: drawImage help! :(

    ChristopherLowe but then how do you put that into the JPanel you want? or how do you trigger it I tried adding for example:

    ImageJPanel jPanelNew = new ImageJPanel();...
  8. Replies
    7
    Views
    1,583

    Re: drawImage help! :(

    I don't get an image showing... the directory is good.. no error message.. it runs, but empty.. :s I've been trying for hours .. just frustrated heh.
  9. Replies
    7
    Views
    1,583

    drawImage help! :(

    I'm trying to draw an image inside a jScrollPane, or in any other scrollable type of panel... can someone please give me a VERY simple method as I'm new to java.. I have read all about jScrollPane on...
  10. Replies
    4
    Views
    1,683

    NetBeans help please!

    Hi members,

    Is anyone familiar with how to use the jTable in NetBeans, I'm new, and trying to add data to a Table (jTable1), but I'm not being successful, can anyone help, I went to ummm set...
  11. Replies
    3
    Views
    1,721

    Re: Splitting String

    Thanks dude :)
  12. Replies
    3
    Views
    1,721

    Re: Splitting String

    Found the solution to put the splitted text into an array, but have no idea of how to read from text file.. can someone help?
  13. Replies
    3
    Views
    1,721

    Splitting String

    Dear members,

    I'm new here first off.. my name is Julian.. (: nice to meet y'all...

    (Im new to java aswell)

    ....

    Would like some help regarding the split("|") method, I'm trying to...
Results 1 to 13 of 13