double sum = sumMatrix(matrix);

Not sure what that's for.

Anyway, you might be looking for something like:


import javax.swing.JOptionPane;
public class sumMatrix {
public static...