Search:

Type: Posts; User: JosPhantasmE

Search: Search took 0.07 seconds.

  1. Re: Restrict String character's type and location.

    I've been reading about it for the past 45 minutes and I still have no Idea how they limit the characters:

    For example, i found the next code:


    class DocumentInputFilter extends DocumentFilter...
  2. Re: Restrict String character's type and location.

    Okay, I updated my code to this:



    JPanel userPanel = new JPanel();
    userPanel.setLayout(new GridLayout(2,1));

    JLabel posLbl = new JLabel("POS #:");
    posLbl.setFont(font2);...
  3. Restrict String character's type and location.

    I have the next dialog to pop up and ask the user for some info:


    String id = (String)JOptionPane.showInputDialog(
    null,
    "Post #",
    "Información del cliente.",...
Results 1 to 3 of 3