Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-205

Examples GUI: the score should use a non editible textField and color according to feasibility

XMLWordPrintable

      Open the examples gui and an example, for example CloudBalancing.
      Notice that you can't copy the score.
      That's because it's a JLabel instead of a JTextField.

      if Score is not instanceof FeasibleScore: normal color (black)
      else if FeasibleScore.isFeasible(): TangoColorFactory.CAMELEON_3
      else: TangoColorFactory.SCARLET_3

      test if it works properly, by opening all examples.

            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: