Code:
System.out.print(" " + intMap[x][y] + " ");
System.out.print(" " + intMap[x][y] + " ");
class ComplexScript
{
public ComplexScript script;
private void assistantAdviceMouseClicked(java.awt.event.MouseEvent evt)
{
report.assistantAdvice(this);
}
if(flagPolicyChanged)
{
String Probabilities = ("Changing the Access Policy to: \n" +
//initialise the gui, passing the script and report data
gui = new DCWorkbenchGUI(this, report);
report = new ReportData(gui, this);
. . . report.assistantAdvice(); . . .
public void reportInfo()
{
.
.
.
.
Leave a comment: