Search:

Type: Posts; User: Fixer

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,674

    Re: VBA programmer trying to learn Java

    If I am understanding your question correctly, I need to create a class that has the choices somehow embedded within it. Each object would then call the others in accordance with their place on the...
  2. Replies
    10
    Views
    1,674

    Re: VBA programmer trying to learn Java

    A decision tree is where each decision controls what possible decisions are next available. Similar to an If-Then tree, but dependent upon variables.

    For now, I am trying to design a list where...
  3. Replies
    10
    Views
    1,674

    Re: VBA programmer trying to learn Java

    It was some word-scramble 'game' that came with NetBeans. Couldn't figure out HOW it was doing anything.

    What I am trying to do is figure out how to make a 'decision tree' that a user would walk...
  4. Replies
    10
    Views
    1,674

    VBA programmer trying to learn Java

    I have been doing a lot of VBA for quite a long time (coding millions of lines), but trying to learn the syntax and grammar of Java seems to be completely throwing me.

    I look at snippets of code...
Results 1 to 4 of 4