slayerrobe7 wrote:
samtwheels wrote:
I will make it so one person has to host it, so that we wont need to rent any servers.
Ok good by do they always need to be on
i meant a user. they could host their own session, and quit when their not using it.
Offline
samtwheels wrote:
slayerrobe7 wrote:
samtwheels wrote:
I will make it so one person has to host it, so that we wont need to rent any servers.
Ok good by do they always need to be on
i meant a user. they could host their own session, and quit when their not using it.
ok so if im hosting a session and you are viewing can i leave and you still view
Offline
slayerrobe7 wrote:
samtwheels wrote:
slayerrobe7 wrote:
Ok good by do they always need to be oni meant a user. they could host their own session, and quit when their not using it.
ok so if im hosting a session and you are viewing can i leave and you still view
no. whoever is hosting would have to stay on for the duration of the session. others will be able to leave. The host would most likely be the main programmer, so they could direct what is going on and possibly veto changes.
Offline
do you have to be the host to change somthing
Offline
trinary wrote:
What do you want me to do?
sorry just noticed your post ARG its the first post
if you could build a website to host the downloads forums and info that would be great
Offline
bump
We could use more poeple
Offline
Bump
Offline
the SB will be downloadable from any computer joined, so that they can try it out.
Offline
samtwheels wrote:
the SB will be downloadable from any computer joined, so that they can try it out.
hmm okay seems you are getting things done quickly i will begin recruiting a group of 3 alph testers me you and 1 other
Offline
trinary wrote:
Is it alright if I use Weebly or Wix?
I don't quite have enough time to handcode it at the moment.
If you can wait until after Collab Camp I could though.
i would prefer if you don't have time you use webs.com i like their format better
once you have it up i will make an account please set me as an admin in the forums
EDIT: also with webs more than one person can be a website editor if you could add me as an editor to that would be cool
Last edited by slayerrobe7 (2012-02-17 01:46:39)
Offline
the alpha may be delayed a bit, as i need the encryption key for the SB.
Offline
ya is this cross platfrorm or do we all need to be on one op system
Offline
slayerrobe7 wrote:
ya is this cross platfrorm or do we all need to be on one op system
It's java, so it's cross-platform.
Offline
Maybe, in a much later version, we could add collaboration for python, too!
Offline
ya i had some other cool ideas for later versions
i am making an admin website so you and i can have conversations that arnt so PUBLIC and i can give u my email
Offline
slayerrobe7 wrote:
ya i had some other cool ideas for later versions
i am making an admin website so you and i can have conversations that arnt so PUBLIC and i can give u my email
ok. this will be open source, correct?
Offline
slayerrobe7 wrote:
trinary wrote:
Is it alright if I use Weebly or Wix?
I don't quite have enough time to handcode it at the moment.
If you can wait until after Collab Camp I could though.i would prefer if you don't have time you use webs.com i like their format better
once you have it up i will make an account please set me as an admin in the forums
EDIT: also with webs more than one person can be a website editor if you could add me as an editor to that would be cool
I need your email so I can add you as an editor...
Offline
hmm is the site published
ill give the email privately in the forums
Offline
NOTE:i will be lieving to run a cheakpoint in the 2011 Iron Dog tomorrow at 10:00am Alaska time
EDIT: I will be back somime Wednesday
Last edited by slayerrobe7 (2012-02-17 23:12:08)
Offline
Bump
Offline
bump
sam could you hold thins together while im gone shouldn't be hard
Offline
I don't really have time for this collab anymore. sorry. Here is the current source code, which creates the GUI:
// EasyCollab v1.0
/* Add your name here:
* Credits:
* samtwheels
*/
public class MainWindow extends javax.swing.JFrame {
/**
* Creates new form MainWindow
*/
public MainWindow() {
initComponents();
}
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">
private void initComponents() {
jTextField1 = new javax.swing.JTextField();
jButton1 = new javax.swing.JButton();
jScrollPane1 = new javax.swing.JScrollPane();
jTextArea1 = new javax.swing.JTextArea();
jLabel1 = new javax.swing.JLabel();
jLabel2 = new javax.swing.JLabel();
jTextField3 = new javax.swing.JTextField();
jButton2 = new javax.swing.JButton();
jScrollPane2 = new javax.swing.JScrollPane();
jTextArea2 = new javax.swing.JTextArea();
jLabel3 = new javax.swing.JLabel();
jLabel4 = new javax.swing.JLabel();
jTextField1.setText("jTextField1");
jButton1.setText("jButton1");
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("EasyCollab");
setResizable(false);
jTextArea1.setColumns(20);
jTextArea1.setEditable(false);
jTextArea1.setRows(5);
jScrollPane1.setViewportView(jTextArea1);
jLabel1.setText("Change Log");
jLabel2.setText("Chat");
jButton2.setText("Send");
jTextArea2.setColumns(20);
jTextArea2.setEditable(false);
jTextArea2.setRows(5);
jScrollPane2.setViewportView(jTextArea2);
jLabel3.setText("EasyCollab v0.1");
jLabel4.setText("Copyright 2012 samtwheels and slayerrobe7");
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
.addComponent(jLabel1)
.addComponent(jLabel2))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jScrollPane1)
.addComponent(jScrollPane2)
.addGroup(layout.createSequentialGroup()
.addComponent(jTextField3, javax.swing.GroupLayout.PREFERRED_SIZE, 479, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jButton2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))))
.addGroup(layout.createSequentialGroup()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGap(271, 271, 271)
.addComponent(jLabel3))
.addGroup(layout.createSequentialGroup()
.addGap(204, 204, 204)
.addComponent(jLabel4)))
.addGap(0, 0, Short.MAX_VALUE)))
.addContainerGap())
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGap(31, 31, 31)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(31, 31, 31)
.addComponent(jScrollPane2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(layout.createSequentialGroup()
.addGap(74, 74, 74)
.addComponent(jLabel1)
.addGap(112, 112, 112)
.addComponent(jLabel2)))
.addGap(18, 18, 18)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jTextField3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jButton2))
.addGap(35, 35, 35)
.addComponent(jLabel3)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jLabel4)
.addContainerGap(47, Short.MAX_VALUE))
);
pack();
}// </editor-fold>
/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/*
* Set the Nimbus look and feel
*/
//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
/*
* If Nimbus (introduced in Java SE 6) is not available, stay with the
* default look and feel. For details see
* http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if ("Nimbus".equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(MainWindow.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(MainWindow.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(MainWindow.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(MainWindow.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>
/*
* Create and display the form
*/
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new MainWindow().setVisible(true);
}
});
}
// Variables declaration - do not modify
private javax.swing.JButton jButton1;
private javax.swing.JButton jButton2;
private javax.swing.JLabel jLabel1;
private javax.swing.JLabel jLabel2;
private javax.swing.JLabel jLabel3;
private javax.swing.JLabel jLabel4;
private javax.swing.JScrollPane jScrollPane1;
private javax.swing.JScrollPane jScrollPane2;
private javax.swing.JTextArea jTextArea1;
private javax.swing.JTextArea jTextArea2;
private javax.swing.JTextField jTextField1;
private javax.swing.JTextField jTextField3;
// End of variables declaration
}Last edited by samtwheels (2012-02-19 11:51:56)
Offline
okay im back
Sam what java compiler did you run that in
Offline
i apologize for the inconvenience nut i cant continue this program
Offline