Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Need help on pattern print problem

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help on pattern print problem

    Hi,
    I would like to know the best way to print pattern in the photo and put a cross if a user selects a cell. For example, if the user input is J11 J12, there will be a 'x' in the cells. Help or hint will be appreciated

    Pic.jpg


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Need help on pattern print problem

    What have you tried?

    In addition to the good advice provided in the link, there are several ways to attack this problem, and it would be helpful to know what skills you bring. Demonstrate those, so that we understand the starting point.

Similar Threads

  1. Checkerboard (asterisk pattern) problem
    By jjb1989 in forum Loops & Control Statements
    Replies: 18
    Last Post: September 8th, 2013, 08:52 PM
  2. Replies: 4
    Last Post: September 6th, 2012, 05:29 AM
  3. Regular Expression pattern - complex pattern syntax
    By SmartAndy in forum Algorithms & Recursion
    Replies: 3
    Last Post: June 7th, 2011, 04:40 AM
  4. [SOLVED] Grid Pattern problem:
    By mick.bhattarai in forum What's Wrong With My Code?
    Replies: 4
    Last Post: December 30th, 2010, 07:45 AM
  5. to print pattern
    By Charanleen in forum What's Wrong With My Code?
    Replies: 9
    Last Post: October 3rd, 2010, 07:54 AM